简体   繁体   English

docker machine 是否有在虚拟机上执行 docker 的开销?

[英]Does docker machine have the overhead of executing docker on top of a virtual machine?

It's a totally waste to use docker machine if my Linux distribution supports docker natively because I don't need to use a virtual machine to run docker.如果我的 Linux 发行版本身支持 docker,那么使用 docker 机器完全是浪费,因为我不需要使用虚拟机来运行 docker。 Is that right?那正确吗?

Yes, that's correct.对,那是正确的。 docker-machine will help you provision Docker within a virtual guest using one of the supported hypervisors, but otherwise it's not necessary on Linux systems that have the required kernel support for Docker. docker-machine将帮助您使用受支持的管理程序之一在虚拟来宾中配置 Docker,但除此之外,在具有 Docker 所需内核支持的 Linux 系统上没有必要。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM