mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Current implementaion of docke daemon doesn't pass down the `--oom-kill-disable` option specified by the end user to the containerd when spawning a new docker instance with help from `runc` component, which results in the `--oom-kill-disable` doesn't work no matter the flag is `true` or `false`. This PR will fix this issue reported by #36090 Signed-off-by: Dennis Chen <dennis.chen@arm.com> Signed-off-by: Jianyong Wu <jianyong.wu@arm.com> Upstream-commit: 44b074d199de84b9af8cc94005fbed4f76bd9ab8 Component: engine