Replies: 1 comment
-
If you are using applications or docker stack, containers will be recreated automatically, this is the default behaviour of docker swarm, to remove it you can do it manually as docker service rm . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know exactly what happened, but I think I had an application up and running on a certain provider, and I may have changed the provider without stopping the current container first. It resulted in the running container keeping alive forever, and even if you kill it manually, it keeps getting recreated!
Beta Was this translation helpful? Give feedback.
All reactions