Closed sargreal closed 4 years ago
Support for docker swarm now includes:
file_env
variables for passwords and targetsScaling and directly executing is not included because of unusefulness with cli options
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?
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