mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
|