Commands.app

docker ps

Container Management

List running containers

Options & Flags
Available options for this command
-a

Show all containers (including stopped)

-q

Only show container IDs

Examples
Common usage examples

List running containers

docker ps

List all containers

docker ps -a
Related Commands
You might also find these useful