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

@@ -4,7 +4,7 @@
如果要导出本地某个容器,可以使用 `docker export` 命令。
```bash
$ docker ps -a
$ docker container ls -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7691a814370e ubuntu:14.04 "/bin/bash" 36 hours ago Exited (0) 21 hours ago test
$ docker export 7691a814370e > ubuntu.tar