fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
921 stars 29 forks source link

[Feature request] Start exited containers or have the ability to start and stop containers from the UI #407

Open akudekar opened 1 week ago

akudekar commented 1 week ago

Is there a way to use triggers to update the docker-compose file and restart an exited container? Would be useful for migration containers such as Flyway which exit after the migration is applied but are still being watched.

A button to restart the container after creation in the WebUI would also work.