我在ESX上使用CoreOS (没有云配置-我没有任何云提供商)。我需要更改码头集装箱的专用ip范围,因为它们无法响应使用相同ip范围的网络172.x.x.x (例如,172.17.0.1)
PS:
# ifconfig docker0
docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 0.0.0.0
inet6 fe80::42:5aff:fe5b:be55 prefixlen 64 scopeid 0x20<link>
ether 02:42:5a:5b:be:55 txqueuelen 0 (Ethernet)
RX packets 446773 bytes 34183812 (32.6 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 738428 bytes 1223177292 (1.1 GiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0https://stackoverflow.com/questions/37018720
复制相似问题