forked from ungleich-public/cdist
		
	Merge pull request #656 from devinsolutions/docker-stack
__docker_stack: Use --with-registry-auth deploy option
This commit is contained in:
		
				commit
				
					
						6893a5f990
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -50,7 +50,7 @@ case "${state}" in
 | 
				
			||||||
		eof
 | 
							eof
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		docker stack deploy --compose-file "\${compose_file}" \
 | 
							docker stack deploy --compose-file "\${compose_file}" \
 | 
				
			||||||
			--prune ${stack}
 | 
								--prune --with-registry-auth ${stack}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		rm "\${compose_file}"
 | 
							rm "\${compose_file}"
 | 
				
			||||||
		EOF
 | 
							EOF
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue