Comment on Docker container reappears constantly after "rm" or "rm -f"
Reborn2966@feddit.it 1 year ago
are you using kube? or docker-compose?
of you are using docker compose, and in the compose file there is restart: always
the container will be restarted if it disappears.
to remove it do docker compose down