docker_practice/why_use_docker/fast_deployment.md

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

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