docker ps¶
Description¶
Lists containers. By default it shows only running containers.
Syntax¶
Common Options¶
| Option | Description |
|---|---|
-a |
Show all containers, including stopped ones |
-q |
Show only container IDs |
-l |
Show the most recently created container |
--filter KEY=VALUE |
Filter the list, e.g. status=exited |