mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-10 11:54:37 +00:00
Update readme and summary
This commit is contained in:
15
SUMMARY.md
15
SUMMARY.md
@@ -3,7 +3,7 @@
|
||||
- [快速交付应用程序](why_use_docker/fast_deployment.md)
|
||||
- [更容易部署和扩展](why_use_docker/easy_deployment.md)
|
||||
- [效率更高](why_use_docker/high_efficiency.md)
|
||||
- [快速部署也意味着更简单的管理](why_use_docker/easymanagement.md)
|
||||
- [快速部署也意味着更简单的管理](why_use_docker/easy_management.md)
|
||||
* [Docker的体系结构](arch/README.md)
|
||||
- [内部组件](arch/internal.md)
|
||||
- [image的工作原理](arch/image.md)
|
||||
@@ -15,12 +15,12 @@
|
||||
- [Ubuntu 12.04](install/ubuntu124.md)
|
||||
- [CentOS](install/centos.md)
|
||||
* [image介绍](image/README.md)
|
||||
- [获取mage](install/get.md)
|
||||
- [查找image](install/search.md)
|
||||
- [下载image](install/download.md)
|
||||
- [创建自己的image](install/create.md)
|
||||
- [上传image](install/push.md)
|
||||
- [移除本地image](install/rmi.md)
|
||||
- [获取mage](image/get.md)
|
||||
- [查找image](image/search.md)
|
||||
- [下载image](image/download.md)
|
||||
- [创建自己的image](image/create.md)
|
||||
- [上传image](image/push.md)
|
||||
- [移除本地image](image/rmi.md)
|
||||
* [网络介绍](network/README.md)
|
||||
- [端口映射](network/port_mapping.md)
|
||||
- [docker中的容器互联-linking系统](network/linking.md)
|
||||
@@ -46,6 +46,7 @@
|
||||
- [其他内核安全特性](container_security/other_feature.md)
|
||||
- [结论](container_security/summary.md)
|
||||
* [实战案例](practice/README.md)
|
||||
- [部署本地仓库](practice/local_repo.md)
|
||||
- [在Docker中使用 Supervisor来管理进程](practice/supervisor.md)
|
||||
* [创建tomcat/weblogic集群](practice/tomcat.md)
|
||||
* [多台物理主机之间的容器互联](practice/container_connect.md)
|
||||
|
||||
Reference in New Issue
Block a user