Change command docker ps to docker container ls #279

This commit is contained in:
khs1994
2018-01-15 22:00:53 +08:00
parent 3de028af98
commit 3face791c6
7 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@
```bash
$ docker run -d -P training/webapp python app.py
$ docker ps -l
$ docker container ls -l
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
bc533791f3f5 training/webapp:latest python app.py 5 seconds ago Up 2 seconds 0.0.0.0:49155->5000/tcp nostalgic_morse
```