change the struct of image chapter, add export/import and join the docker hub related operations together

This commit is contained in:
Baohua Yang
2014-09-17 14:33:06 +08:00
parent 615bb9f517
commit c50e2aaf60
7 changed files with 89 additions and 60 deletions

View File

@@ -15,10 +15,9 @@
* [CentOS](install/centos.md)
* [镜像](image/README.md)
* [列出](image/list.md)
* [获取](image/pull.md)
* [查找](image/search.md)
* [使用Docker Hub管理镜像](image/dockerhub.md)
* [创建](image/create.md)
* [上传](image/push.md)
* [导出和导入](image/import_export.md)
* [移除](image/rmi.md)
* [底层原理](image/internal.md)
* [容器](container/README.md)