Can I run windows containers using docker-toolbox

2019-01-18 19:32发布

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条回答
做个烂人
2楼-- · 2019-01-18 19:59

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

查看更多
登录 后发表回答