简体   繁体   English

Windows的Docker是否在virtualbox中运行linux容器?

[英]Is docker for windows running linux container in virtualbox?

I installed the latest docker for windows from website. 我从网站安装了适用于Windows的最新docker。

在此处输入图片说明

there is no virtualbox installed. 没有安装virtualbox。 How windows run a linux container in my computer ? Windows如何在计算机中运行linux容器? Is have a buildin linux kernel in windows? Windows中是否有内置Linux内核?

It uses HyperV in newer releases. 它在较新的版本中使用HyperV。 VirtualBox was used by docker-machine which is part of docker-toolkit. VirtualBox由docker-toolkit的一部分docker-machine使用。

Inside of the VM, there is a Linux kernel in a linuxkit based OS that is part of the moby project. 在VM内部,基于Linuxkit的OS中有一个Linux内核,该内核是Moby项目的一部分。

Connecting to the docker socket on Windows is described in this FAQ: https://docs.docker.com/docker-for-windows/faqs/#how-do-i-connect-to-the-remote-docker-engine-api 此常见问题解答中介绍了如何连接Windows上的Docker套接字: https : //docs.docker.com/docker-for-windows/faqs/#how-do-i-connect-to-the-remote-docker-engine- API

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

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