Open hkd987 opened 7 months ago
Using docker swarm old containers are still active and running after a deploy.
Deploy a nodejs app using docker swarm
Old containers still running after a deploy & logs not being output.
Lastest, however this has been going on for some time.
Currently I’m testing a less than ideal workaround where I stop the containers and then deploy again.
Stopping all services before deploy resolves this issue although this isn't ideal and prevents rolling updates.
Description
Using docker swarm old containers are still active and running after a deploy.
Minimal Reproduction (if possible, example repository)
Deploy a nodejs app using docker swarm
Exception or Error
Old containers still running after a deploy & logs not being output.
Version
Lastest, however this has been going on for some time.