Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 821
Saurabh Gupta Avatar asked Feb 27 '17 09:02

Saurabh Gupta


People also ask

Is Docker compatible with Windows 7?

Docker Desktop is not supported on windows 7, you can use Docker toolbox instead.

Can Docker run Windows containers?

Windows 10 with Anniversary Update For developers, Windows 10 is a great place to run Docker Windows containers and containerization support was added to the the Windows 10 kernel with the Anniversary Update (note that container images can only be based on Windows Server Core and Nanoserver, not Windows 10).

Can I install Docker on Windows 7 32bit?

No, this is not possible for current versions of the docker.


1 Answers

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

like image 64
thaJeztah Avatar answered Oct 10 '22 14:10

thaJeztah