Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 653 Bytes

Manipulate_a_running_stack_of_services.md

File metadata and controls

14 lines (11 loc) · 653 Bytes

Manipulate a running stack of services

A running stack of services on Docker Swarm can be manipulated in different ways: docker stack ls shows an overview of all existing stacks. docker stack ps STACK lists all tasks in a stack, while docker stack services STACK gives an overview over the running services. docker stack rm STACK removes said stack.

Official Docker Documentation

Commands to manipulate a running Stack of Services on Docker Swarm

docker stack deploy
docker stack ls
docker stack ps
docker stack rm
docker stack services