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

@@ -39,7 +39,7 @@
* [参考文档](image/dockerfile/references.md)
* [Dockerfile 多阶段构建](image/multistage-builds.md)
* [其它制作镜像的方式](image/other.md)
* [删除本地镜像](image/rmi.md)
* [删除本地镜像](image/rm.md)
* [实现原理](image/internal.md)
* [操作容器](container/README.md)
* [启动](container/run.md)