巴扎黑2017-04-21 11:17:59
The Docker Engine uses Linux-specific kernel features, so to run it on
Windows we need to use a lightweight virtual machine (vm). You use the
Windows Docker client to control the virtualized Docker Engine to
build, run, and manage Docker containers.
你说的这个宿主是win吧,是虚拟机的宿主
ringa_lee2017-04-21 11:17:59
因为默认情况下docker container和你的win机子是两个不同网段的机子,只要你的宿主机能ping通container即可,想crt连接的话,需要绑定端口即可