Can't install Docker on Windows 7

Hi

I had installed Docker on Windows 7 few month ago. I uninstalled it and download the latest version of Docker. When I try to install it, the docker installation file won’t work. I click on Docker for Windows Installer.exe file and it won’t lunch.

Thanks

You can try using the Docker Machine route instead. That would utilize your VM software to create the Docker engines so you can connect to it.

I personally just skipped that and went directly to installing Docker into CentOS using Vagrant and build up my swarm that way.