Error setting up docker on Windows Error setting up docker on Windows powershell powershell

Error setting up docker on Windows


I use docker 1.9.1 on Windows (7, 8 and even 10), but without docker registry, and without using --virtualbox-hostonly-cidr.

If you are to use that last option, check "Set a specific address ip when i create a docker container", where I mention issue 1709, which uses cidr in .1, not .100 (but getting a .100 ip address as a result):

docker-machine create -d virtualbox --virtualbox-hostonly-cidr "192.168.99.1/24" m99

If there's no other machine with the same cidr (Classless Inter-Domain Routing), the machine should always get the .100 IP upon start.