mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
changed the title prefix to sufix + Documentation Upstream-commit: 18cb5c9314dbc9a0aa857211b124a3feb85c5274 Component: engine
18 lines
402 B
ReStructuredText
18 lines
402 B
ReStructuredText
:title: Ps Command
|
|
:description: List containers
|
|
:keywords: ps, docker, documentation, container
|
|
|
|
=========================
|
|
``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
|