Update container:Change docker images TO docker image ls #279

pull/284/head
khs1994 2017-12-05 11:14:56 +08:00
parent 4958b227d7
commit 3aecfc8b54
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ $ docker export 7691a814370e > ubuntu.tar
```bash
$ cat ubuntu.tar | docker import - test/ubuntu:v1.0
$ docker images
$ docker image ls
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
test/ubuntu v1.0 9d37a6082e97 About a minute ago 171.3 MB
```