📜  docker windows 浏览器看不到服务器 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:11.033000             🧑  作者: Mango

代码示例1
If you’re using Docker Machine on a Mac or Windows, use 
docker-machine ip 
>>192.168.99.100
to get the IP address of your Docker host. 
Then, open http://MACHINE_VM_IP:5000 in a browser.