这个docker0的IP经常被用成server端的IP,导致client没法连
高洛峰2017-04-24 09:11:12
Isn’t the correct solution to specify the IP address range of docker0 or specify bind when listening?
迷茫2017-04-24 09:11:12
I won’t tell you how to turn it off.
Just telling you that the root is actually here:
Quoted from: Docker container fixed IP allocation
我们在使用docker run创建Docker容器时,可以用--net选项指定容器的网络模式,Docker有以下4种网络模式:
host模式,使用--net=host指定。
container模式,使用--net=container:NAME_or_ID指定。
none模式,使用--net=none指定。
bridge模式,使用--net=bridge指定,默认设置。
默认选择bridge。
阿神2017-04-24 09:11:12
The bridge automatically created when installing docker has not been deleted