mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
Merge pull request #23636 from crosbymichael/hang
Set systemd KillMode Upstream-commit: 5d62f642d91e5ef3a751a41be8924e861beceb7f Component: engine
This commit is contained in:
@@ -20,6 +20,8 @@ LimitCORE=infinity
|
||||
TimeoutStartSec=0
|
||||
# set delegate yes so that systemd does not reset the cgroups of docker containers
|
||||
Delegate=yes
|
||||
# kill only the docker process, not all processes in the cgroup
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user