Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
| ... | ... |
@@ -20,7 +20,7 @@ docker-ps - List containers |
| 20 | 20 |
|
| 21 | 21 |
# DESCRIPTION |
| 22 | 22 |
|
| 23 |
-List the containers in the local repository. By default this show only |
|
| 23 |
+List the containers in the local repository. By default this shows only |
|
| 24 | 24 |
the running containers. |
| 25 | 25 |
|
| 26 | 26 |
# OPTIONS |
| ... | ... |
@@ -28,7 +28,7 @@ the running containers. |
| 28 | 28 |
Show all containers. Only running containers are shown by default. The default is *false*. |
| 29 | 29 |
|
| 30 | 30 |
**--before**="" |
| 31 |
- Show only container created before Id or Name, include non-running ones. |
|
| 31 |
+ Show only containers created before Id or Name, including non-running containers. |
|
| 32 | 32 |
|
| 33 | 33 |
**--help** |
| 34 | 34 |
Print usage statement |
| ... | ... |
@@ -14,7 +14,7 @@ TERM |
| 14 | 14 |
|
| 15 | 15 |
# DESCRIPTION |
| 16 | 16 |
|
| 17 |
-Search Docker Hub for an image with that matches the specified `TERM`. The table |
|
| 17 |
+Search Docker Hub for images that match the specified `TERM`. The table |
|
| 18 | 18 |
of images returned displays the name, description (truncated by default), number |
| 19 | 19 |
of stars awarded, whether the image is official, and whether it is automated. |
| 20 | 20 |
|