简体   繁体   English

哪个Windows 10版本可以运行Docker容器?

[英]which windows 10 edition for running docker containers?

它说prepreqisite是因为hyper-v是Windows 10专业版还是企业版,但是例如仅用于运行Windows容器还是运行Linux容器也需要pro /企业版?

如果您无法使用Hyper-V访问Windows 10版本,则可以使用依赖VirtualBox的旧Docker Toolbox产品: https : //www.docker.com/products/docker-toolbox

As @friism pointed out w/o HyperV you have to use the old Docker toolbox option. 正如@friism指出没有HyperV,您必须使用旧的Docker工具箱选项。 This is due to the fact that the docker daemon does not run on Windows natively. 这是由于docker守护程序未在Windows上本地运行这一事实。 Instead it started a small Linux machine (on windows using hyperV); 相反,它启动了一台小型Linux机器(使用hyperV在Windows上)。 inside this linux machine is where all the docker and tools are executed. 在这台linux机器内部是执行所有docker和工具的位置。 The desktop client is simply a nice UI to send the commands to the virtualized linux machine. 桌面客户端只是一个不错的UI,用于将命令发送到虚拟化的linux计算机。

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

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