dokploy
dokploy copied to clipboard
Clear docker container list (Logs tab)
To Reproduce
- Create a docker application (using docker image)
- Deploy
- update image
- deploy
Current vs. Expected behavior
current: The old container are exited but are still visible in the logs tab
Expected: the old container are exited and deleted (or just not visible)
Provide environment information
operating system: amazon linux
docker swarm: 1manager 2 workers
Which area(s) are affected? (Select all that apply)
Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Both
Additional context
No response
Will you send a PR to fix it?
No
more information:
when stop container it's not deleted (globally)
This is the behaviour of docker swarm, when a new version is deployed the previous version stays in that state, if you are bothered to see those containers, you can go to web server -> space -> clean stopped containers and it will remove them.