Connect with ssh to docker daemon on Windows
问题 I installed Docker Desktop for Windows on Windows 10 with https://docs.docker.com/docker-for-windows/install/#install-docker-for-windows. It not uses VirtualBox and default VM to host docker. I am able to run containers but how I connect to a docker with ssh? docker-machine ls does not show my docker host. Tried to connect to docker@10.0.75.1 but it requires password. And tcuser that used for boot2docker VM not matching: ssh docker@10.0.75.1 Could not create directory '/home/stan/.ssh'. The