mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-06-08 09:52:11 +08: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
|
```bash
|
||||||
$ cat ubuntu.tar | docker import - test/ubuntu:v1.0
|
$ cat ubuntu.tar | docker import - test/ubuntu:v1.0
|
||||||
$ docker images
|
$ docker image ls
|
||||||
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
|
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
|
||||||
test/ubuntu v1.0 9d37a6082e97 About a minute ago 171.3 MB
|
test/ubuntu v1.0 9d37a6082e97 About a minute ago 171.3 MB
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user