deploy
Deploy a new stack or update an existing stack
docker stack deploy -c stack.yml stackname
ls
List stacks
docker stack ls
ps
List the tasks in the stack
docker stack ps stackname
rm
Remove one or more stacks
docker stack rm stackname
services
List the services in the stack
docker stack services stackname
