mirror of https://github.com/docker/cli.git
Fix man pages
Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
This commit is contained in:
parent
7e4cf8a7ec
commit
4a332a2e4e
|
@ -20,7 +20,7 @@ docker-ps - List containers
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
List the containers in the local repository. By default this show only
|
List the containers in the local repository. By default this shows only
|
||||||
the running containers.
|
the running containers.
|
||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
|
@ -28,7 +28,7 @@ the running containers.
|
||||||
Show all containers. Only running containers are shown by default. The default is *false*.
|
Show all containers. Only running containers are shown by default. The default is *false*.
|
||||||
|
|
||||||
**--before**=""
|
**--before**=""
|
||||||
Show only container created before Id or Name, include non-running ones.
|
Show only containers created before Id or Name, including non-running containers.
|
||||||
|
|
||||||
**--help**
|
**--help**
|
||||||
Print usage statement
|
Print usage statement
|
||||||
|
|
|
@ -22,6 +22,7 @@ registry located at `registry-1.docker.io` by default.
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
**-a**, **--all-tags**=*true*|*false*
|
**-a**, **--all-tags**=*true*|*false*
|
||||||
Download all tagged images in the repository. The default is *false*.
|
Download all tagged images in the repository. The default is *false*.
|
||||||
|
|
||||||
**--help**
|
**--help**
|
||||||
Print usage statement
|
Print usage statement
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ TERM
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
Search Docker Hub for an image with that matches the specified `TERM`. The table
|
Search Docker Hub for images that match the specified `TERM`. The table
|
||||||
of images returned displays the name, description (truncated by default), number
|
of images returned displays the name, description (truncated by default), number
|
||||||
of stars awarded, whether the image is official, and whether it is automated.
|
of stars awarded, whether the image is official, and whether it is automated.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue