Home > OS >  On Windows within the docker Linux containers can't a IP problems
On Windows within the docker Linux containers can't a IP problems

Time:11-11

Simple said the problem

If is the company's internal network IP 1.1.1.1

The docker IP is 192.168.99.1

Docker centos container inside the IP is 172.17.0.2

My Windows host installed VPN access 1.1.1.1 through local 192.168.124.142, at the same time my docker 192.168.99.1 can also access 1.1.1.1

Windows can ping make sense of the docker IP can also ping container within the docker IP

How does ability let centos container successfully ping 1.1.1.1?

CodePudding user response:

Docker can ping the server, the container system can not directly ping?
  • Related