Add the why use docker chapter

This commit is contained in:
Baohua Yang
2014-09-05 15:49:14 +08:00
parent 74f82be89a
commit 1c2fa0ba47
5 changed files with 8 additions and 0 deletions

View File

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