mirror of https://github.com/docker/cli.git
Robert P.J. Day found this problems in man pages
Example in docker search has an extranious -t docker rmi has a typo Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
This commit is contained in:
parent
b553af956f
commit
fe4c479f32
|
@ -31,7 +31,7 @@ a registry. You cannot remove an image of a running container unless you use the
|
||||||
|
|
||||||
## Removing an image
|
## Removing an image
|
||||||
|
|
||||||
Here is an example of removing and image:
|
Here is an example of removing an image:
|
||||||
|
|
||||||
docker rmi fedora/httpd
|
docker rmi fedora/httpd
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ ranked 3 or higher:
|
||||||
Search Docker Hub for the term 'fedora' and only display automated images
|
Search Docker Hub for the term 'fedora' and only display automated images
|
||||||
ranked 1 or higher:
|
ranked 1 or higher:
|
||||||
|
|
||||||
$ docker search -s 1 -t fedora
|
$ docker search -s 1 fedora
|
||||||
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
|
NAME DESCRIPTION STARS OFFICIAL AUTOMATED
|
||||||
goldmann/wildfly A WildFly application server running on a ... 3 [OK]
|
goldmann/wildfly A WildFly application server running on a ... 3 [OK]
|
||||||
tutum/fedora-20 Fedora 20 image with SSH access. For the r... 1 [OK]
|
tutum/fedora-20 Fedora 20 image with SSH access. For the r... 1 [OK]
|
||||||
|
|
Loading…
Reference in New Issue