在窗口上连接ssh到docker守护进程

我使用https://docs.docker.com/docker-for-windows/install/#install-docker-for-windows在Windows 10上安装了Docker。 它不使用VirtualBox和默认VM来托pipeDocker。

我能运行容器,但我怎么连接到docker与SSH?

docker-machine ls不显示我的docker主机。

试图连接到docker@10.0.75.1,但它需要密码。 和用于boot2docker VM的tcuser不匹配

 ssh docker@10.0.75.1 Could not create directory '/home/stan/.ssh'. The authenticity of host '10.0.75.1 (10.0.75.1)' can't be established. RSA key fingerprint is .... Are you sure you want to continue connecting (yes/no)? yes Failed to add the host to the list of known hosts (/home/stan/.ssh/known_hosts). docker@10.0.75.1's password: Write failed: Connection reset by peer 

据我所知,无法使用SSH连接到docker虚拟机,也无法使用Hyper-Vpipe理器连接到控制台/terminal。 https://forums.docker.com/t/how-can-i-ssh-into-the-betas-mobylinuxvm/10991/17