mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 04:14:38 +00:00
Remove the local repo case, add its content into the image and repository sections
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user