Docker Swarm Cheat Sheet/List stack tasks

List tasks for services in a stack.

Section: Swarm Services

List stack tasks

bash
bash
docker stack ps mystack
Explanation

Useful when diagnosing stack rollout issues.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Swarm Services
List service tasks
List the tasks for a service.
OpenIn sheetbashsame section
Deploy a stack
Deploy or update a swarm stack from a Compose file.
OpenIn sheetbashsame section
List stacks
List deployed stacks.
OpenIn sheetbashsame section
List services in stack
List services belonging to a stack.
OpenIn sheetbashsame section
Remove a stack
Remove a deployed stack.
OpenIn sheetbashsame section
Create a service
Create a replicated or global service in the swarm.
OpenIn sheetbashsame section