mirror of
https://github.com/docker/docs.git
synced 2026-04-02 17:28:55 +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>