docker_practice/cloud/summary.md
2017-01-12 16:11:33 +08:00

13 lines
637 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 本章小结
本章介绍了公有云服务对 Docker 的积极支持,以及新出现的容器云平台。
事实上Docker 技术的出现自身就极大推动了云计算行业的发展。
通过整合公有云的虚拟机和 Docker 方式,可能获得更多的好处,包括
* 更快速的持续交付和部署能力;
* 利用内核级虚拟化,对公有云中服务器资源进行更加高效地利用;
* 利用公有云和 Docker 的特性更加方便的迁移和扩展应用。
同时,容器将作为与虚拟机类似的业务直接提供给用户使用,极大的丰富了应用开发和部署的场景。