Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Docker on Windows Server 2008 [closed]

Tags:

docker

How does one install docker for Windows Server 2008?

I only see support for Windows Server 2016: https://www.docker.com/docker-windows-server

like image 741
etayluz Avatar asked Aug 16 '17 05:08

etayluz


2 Answers

Docker for Windows https://www.docker.com/docker-windows only works on Windows 10 Pro/2016.

enter image description here

For all other windows versions you must use Docker Toolbox https://docs.docker.com/toolbox/toolbox_install_windows/. A subtle but important difference.

Docker Toolbox comes with the ominous warning:

Legacy desktop solution. Docker Toolbox is for older Mac and Windows systems that do not meet the requirements of Docker for Mac and Docker for Windows. We recommend updating to the newer applications, if possible.

So I guess this is not getting maintained anymore and may disappear.

like image 99
Liam Avatar answered Sep 24 '22 08:09

Liam


You can install it with "Docker Toolbox for Windows" from here: Official Source

I had problem in installation but finally installed properly with these catches:

  • Hyper V must be enabled (wasn't possible when I was trying in windows server hosted in another VM, had to switch)
  • It was telling that virtualbox has error so it cannot continue :/ Solved it by uninstalling docker, virtualbox both, then removed all vbox* .dll files from c:\windows\system32\drivers folder. Afterwards when re-installed again, it worked.
like image 44
seoul Avatar answered Sep 21 '22 08:09

seoul