mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Update container:Change docker images TO docker image ls #279
This commit is contained in:
parent
4958b227d7
commit
3aecfc8b54
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user