Update image

This commit is contained in:
khs1994
2017-12-20 23:44:47 +08:00
parent 1ea4934758
commit 9d196a2022
3 changed files with 5 additions and 5 deletions

View File

@@ -21,6 +21,7 @@
* [使用镜像](image/README.md)
* [获取镜像](image/pull.md)
* [列出镜像](image/list.md)
* [删除本地镜像](image/rm.md)
* [利用 commit 理解镜像构成](image/commit.md)
* [使用 Dockerfile 定制镜像](image/build.md)
* [Dockerfile 指令详解](image/dockerfile/README.md)
@@ -39,7 +40,6 @@
* [参考文档](image/dockerfile/references.md)
* [Dockerfile 多阶段构建](image/multistage-builds.md)
* [其它制作镜像的方式](image/other.md)
* [删除本地镜像](image/rm.md)
* [实现原理](image/internal.md)
* [操作容器](container/README.md)
* [启动](container/run.md)