Merge pull request #656 from devinsolutions/docker-stack

__docker_stack: Use --with-registry-auth deploy option
This commit is contained in:
Darko Poljak 2018-04-29 20:40:41 +02:00 committed by GitHub
commit 6893a5f990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ case "${state}" in
eof
docker stack deploy --compose-file "\${compose_file}" \
--prune ${stack}
--prune --with-registry-auth ${stack}
rm "\${compose_file}"
EOF