I am trying to setup Docker on Windows 8.1. I was following this guide: https://docs.docker.com/installation/windows/#installation It seems nice and straight forward ... except it's not working for me.
The installation passes allright. Then I run the Boot2Docker Start, it says it's initializing and then closes the command line windows. Some sample outputs:
C:\Program Files\Boot2Docker for Windows>docker version
Client version: 1.6.2
Client API version: 1.18
Go version (client): go1.4.2
Git commit (client): 7c8fca2
OS/Arch (client): windows/amd64
FATA[0000] Get http:///var/run/docker.sock/v1.18/version: dial unix /var/run/doc
ker.sock: An address incompatible with the requested protocol was used.. Are you
trying to connect to a TLS-enabled daemon without TLS?
_
C:\Program Files\Boot2Docker for Windows>boot2docker.exe delete
C:\Program Files\Boot2Docker for Windows>boot2docker.exe download
Latest release for github.com/boot2docker/boot2docker is v1.6.2
Downloading boot2docker ISO image...
Success: downloaded https://github.com/boot2docker/boot2docker/releases/download
/v1.6.2/boot2docker.iso
to C:\Users\Antonin\.boot2docker\boot2docker.iso
C:\Program Files\Boot2Docker for Windows>boot2docker.exe init
C:\Program Files\Boot2Docker for Windows>boot2docker.exe start
error in run: Failed to start machine "boot2docker-vm": exit status 1
I would provide some more information, but I have no idea where to find any logs.
Is there anyone experienced with Docker running on Windows who has an idea what my problem is?