mirror of
https://github.com/docker/cli.git
synced 2026-08-31 18:14:29 -05:00
Upstream-commit: cf8b8c1969daa423a1308561f3c1b2b863c64655 Component: engine
14 lines
304 B
ReStructuredText
14 lines
304 B
ReStructuredText
=========================
|
|
``ps`` -- List containers
|
|
=========================
|
|
|
|
::
|
|
|
|
Usage: docker ps [OPTIONS]
|
|
|
|
List containers
|
|
|
|
-a=false: Show all containers. Only running containers are shown by default.
|
|
-notrunc=false: Don't truncate output
|
|
-q=false: Only display numeric IDs
|