docker-stack-deploy icon indicating copy to clipboard operation
docker-stack-deploy copied to clipboard

Utility to improve docker stack deploy

Results 2 docker-stack-deploy issues
Sort by recently updated
recently updated
newest added

This does not work as it crashes the current code that expects a dictionary: ``` secrets: my_secret: file: /some/path services: my_service: secrets: - my_secret ``` Instead one has to write...

enhancement
good first issue
help wanted

see https://packaging.python.org/en/latest/tutorials/packaging-projects/