I have met an annoying issue when I run Docker in my Mac and hope to get your help. The issue is my company's internal git repository is on address 172.17.28.245, and this IP address is in conflicts with default docker network IP address, 172.17.0.0. So whenever I am running below command, I am having this issue
Ping git.xxx.net
Then I have
PING git.xxx.net (172.17.28.245) 56(84) bytes of data.
From 08be4336c264 (172.17.0.2) icmp_seq=1 Destination Host Unreachable
From 08be4336c264 (172.17.0.2) icmp_seq=2 Destination Host Unreachable
From 08be4336c264 (172.17.0.2) icmp_seq=3 Destination Host Unreachable
So, can anyone help me to figure out how I can resolve this issue in mac?
I am using Docker QuickStart Terminal in Mac to start.
Thanks