Update image:Change docker images TO docker image ls,etc #279

This commit is contained in:
khs1994
2017-12-05 09:40:50 +08:00
parent 62bf5171e4
commit 94df5237a6
10 changed files with 40 additions and 94 deletions

View File

@@ -218,11 +218,3 @@ $ docker build - < context.tar.gz
```
如果发现标准输入的文件格式是 `gzip``bzip2` 以及 `xz` 的话,将会使其为上下文压缩包,直接将其展开,将里面视为上下文,并开始构建。
# Docker 1.13+
在 Docker 1.13+ 版本中推荐使用 `docker image` 来管理镜像。
```bash
$ docker image build
```