Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 666 Bytes

Manipulate_a_running_stack_of_services.md

File metadata and controls

9 lines (6 loc) · 666 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

Asciinema Examples

Manipulate a running stack of services