Fekide / volumerize

Docker Volume Backups Multiple Backends
https://hub.docker.com/r/fekide/volumerize/
MIT License
8 stars 2 forks source link

Support docker swarm #9

Closed sargreal closed 4 years ago

sargreal commented 4 years ago

Docker swarm is an alternative/ more scalable container orchestration than docker-compose. It should also be supported with corresponding utilities.

It is currently only possible to stop containers. Possible additions for docker swarm or also in general are:

Passcodes are currently stored in environment variables. It should also be possible to use _FILE environment variables

sargreal commented 4 years ago

Support for docker swarm now includes:

Scaling and directly executing is not included because of unusefulness with cli options

dreadedhamish commented 10 months ago

Is there documentation for this? Does "utility to get task of service" overcome the issue of not being able to stop and start containers using VOLUMERIZE_CONTAINERS because swarm adds a hash to the container name which is unpredictable?