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,2 @@
* docker容器可以在几乎所有的环境中运行物理机、虚拟机、公有云、私有云、个人电脑、服务器等等。
* docker容器兼容很多平台这样就可以把一个应用程序从一个平台迁移到另外一个。