Question: Stop/Start mechanism compatible with Docker Swarm containers?
When in Docker Swarm mode, containers auto-restart when they get killed, even manually, unless the service or the whole stack are shutdown. Another way to "stop" a container part of a service is to reduce the number of container replicas for that service to zero and then bring it back to more than zero to restart it.
So, will Nautical-backup be able to correctly stop and then start containers when in Swarm mode?
Thank you
Hey there 👋. I haven't tested NauticalBackup in a Docker swarm, so I would guess it would not work.
I can keep this ticket open as a "Feature Request" so you'll get notified if/when I add it.
Feel free to speed up the process and submit a PR and we can work on it together 🤝.