Docker stack: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Internal= | =Internal= | ||
* [[Docker_Concepts# | * [[Docker_Concepts#Stack|Docker Concepts - Stacks]] | ||
* [[Docker_Client_Operations#Commands|Docker Client Operations]] | * [[Docker_Client_Operations#Commands|Docker Client Operations]] | ||
Revision as of 00:17, 9 August 2019
External
Internal
Overview
docker stack --orchestrator kubernetes <command>
Commands
ls
List stacks.
ps
List the tasks in the specified stack.
deploy
Deploy a new stack or update an existing stack.
services
List the services in the stack.
rm
Remove one or more stacks.
Examples
docker stack ps --namespace namespace-name stack-name