Browse code

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)

Dan Walsh authored on 2015/07/13 21:56:58
Showing 2 changed files
... ...
@@ -31,7 +31,7 @@ a registry. You cannot remove an image of a running container unless you use the
31 31
 
32 32
 ## Removing an image
33 33
 
34
-Here is an example of removing and image:
34
+Here is an example of removing an image:
35 35
 
36 36
     docker rmi fedora/httpd
37 37
 
... ...
@@ -52,7 +52,7 @@ ranked 3 or higher:
52 52
 Search Docker Hub for the term 'fedora' and only display automated images
53 53
 ranked 1 or higher:
54 54
 
55
-    $ docker search -s 1 -t fedora
55
+    $ docker search -s 1 fedora
56 56
     NAME               DESCRIPTION                                     STARS OFFICIAL  AUTOMATED
57 57
     goldmann/wildfly   A WildFly application server running on a ...   3               [OK]
58 58
     tutum/fedora-20    Fedora 20 image with SSH access. For the r...   1               [OK]