docker_practice/introduction/fast_deployment.md

7 lines
677 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

##Docker可以实现快速的应用交付
对开发人员来说,最希望的就是一次创建,可以在任意地方执行。
对运维人员来说,最希望的就是一次配置,可以在任意环境运行。
* 开发者可以使用一个标准的镜像来构建一套开发容器,开发完成之后,运维人员可以直接使用这个容器来部署代码。
* Docker可以快速创建容器快速迭代应用程序并让整个过程全程可见使团队中的其他成员更容易理解应用程序是如何创建和工作的。
* Docker容器很轻很快容器的启动时间是次秒级的大量地节约开发、测试、部署的时间。