docker_practice/introduction/easy_deployment.md
2014-09-12 10:51:47 +08:00

5 lines
379 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.

##更容易的部署和扩展
对运维人员来说,最希望的就是一次配置,可以在任意环境运行。
* docker容器可以在几乎所有的环境中运行物理机、虚拟机、公有云、私有云、个人电脑、服务器等等。
* docker容器兼容很多平台这样就可以很容易地把一个应用程序从一个平台迁移到另外一个。