docker_practice/introduction/high_efficiency.md
2014-09-17 13:45:13 +08:00

3 lines
170 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容器的运行不需要额外的hypervisor支持它是内核级的虚拟化因此可以实现更高的性能和效率。