mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
This restores the behavior that existed prior to #16235 for setting OOMKilled, while retaining the additional benefits it introduced around emitting the oom event. This also adds a test for the most obvious OOM cases which would have caught this regression. Fixes #18510 Signed-off-by: Euan <euank@amazon.com>