docker_practice/why_use_docker/fast_deployment.md
2014-09-05 15:49:14 +08:00

3 lines
430 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.

* 开发者使用一个标准的image来构建开发容器开发完成之后系统管理员就可以使用这个容器来部署代码。
* docker可以快速创建容器快速迭代应用程序并让整个过程可见使团队中的其他成员更容易理解应用程序是如何创建和工作的。
* docker容器很轻很快容器的启动时间是次秒级的节约开发、测试、部署的时间。