Hi,
if addres of docker0 network bridge collides with some server at my work VPN. I can’t connect to IPs like 172.17.3.53 and others.
My docker0 network settings: inet adr:172.17.0.1 Mask:255.255.0.0
I’ve tried to change this ip address by settings DOCKER_OPTS="–bip=10.11.12.1/24" in /etc/defualt/docker or /ets/docker/docker but it has no effect.
Could anyone give me a advice, how to solve this problem?
Thx.
J.