Can I run windows containers using docker-toolbox on windows 7?

别等时光非礼了梦想. 提交于 2019-11-27 23:05:52

问题


I want to run a container with microsoft/windowsservercore.

This can be done if docker server's OS is windows. I couldn't find an answer for whether it is possible using docker-toolbox in windows 7.


回答1:


No, Docker Toolbox installs a VirtualBox VM in which a minimal Linux is installed to run Docker Linux containers.

Running Native Windows containers requires Windows 10 professional, or Windows Server 2016.

Docker for Windows allows you to toggle between "Linux" and "Windows" containers, but also requires Windows 10 Professional or Enterprise



来源:https://stackoverflow.com/questions/42482154/can-i-run-windows-containers-using-docker-toolbox-on-windows-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!