Kill zombie tasks in
1-
2- At the host the container running in, look up the
3-
It sweeps entries of the zombie tasks from swarm. Happy deploying! :)
#docker #swarm #zombie #no_trunk #shim
docker swarm
using steps below:1-
docker ps --no-trunc
to find the zombie container id.2- At the host the container running in, look up the
PID
of a docker-containerd-shim process by ps aux | grep <container id>
3-
kill <PID>
It sweeps entries of the zombie tasks from swarm. Happy deploying! :)
#docker #swarm #zombie #no_trunk #shim