Signed-off-by: Mihai Borobocea <MihaiBorob@gmail.com>
(cherry picked from commit a609c2c48b5d504120777db2ac1ba83bfe355b66)
| ... | ... |
@@ -35,7 +35,7 @@ You name your container by using the `--name` flag, for example launch a new con |
| 35 | 35 |
|
| 36 | 36 |
$ docker run -d -P --name web training/webapp python app.py |
| 37 | 37 |
|
| 38 |
-Use the `docker ps` command to see check the name: |
|
| 38 |
+Use the `docker ps` command to check the name: |
|
| 39 | 39 |
|
| 40 | 40 |
$ docker ps -l |
| 41 | 41 |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES |