Remove the local repo case, add its content into the image and repository sections

This commit is contained in:
Baohua Yang
2014-09-22 16:40:18 +08:00
parent 71bcec05b7
commit 2a60b4ce7e
5 changed files with 119 additions and 118 deletions

View File

@@ -28,7 +28,7 @@
* [删除](container/rm.md)
* [仓库](repository/README.md)
* [Docker Hub](repository/dockerhub.md)
* [仓库管理](repository/management.md)
* [私有仓库](repository/management.md)
* [数据管理](data_management/README.md)
* [数据卷](data_management/volume.md)
* [数据卷容器](data_management/container.md)
@@ -47,7 +47,6 @@
* [编辑网络配置文件](advanced_network/config_file.md)
* [实例:创建一个点到点连接](advanced_network/ptp.md)
* [实战案例](cases/README.md)
* [部署本地仓库](cases/local_repo.md)
* [使用 Supervisor来管理进程](cases/supervisor.md)
* [创建tomcat/weblogic集群](cases/tomcat.md)
* [多台物理主机之间的容器互联](cases/container_connect.md)
@@ -59,6 +58,7 @@
* [内核能力机制](security/kernel_capability.md)
* [其它安全特性](security/other_feature.md)
* [总结](security/summary.md)
* [Dockerfile配置](dockerfile/README.md)
* [底层实现](underly/README.md)
* [基本架构](underly/arch.md)
* [名字空间](underly/namespace.md)
@@ -66,7 +66,6 @@
* [Union文件系统](underly/ufs.md)
* [容器格式](underly/container_format.md)
* [网络](underly/network.md)
* [Dockerfile](dockerfile/README.md)
* [附录一:命令查询](command/README.md)
* [附录二:资源链接](resources/README.md)