主题
/etc/docker/daemon.json
{ "default-address-pools": [ { "base": "192.168.0.0/16", "size": 24 } ], ... }
这表示:
192.168.0.0/16
/24
192.168.1.0/24
192.168.2.0/24
192.168.3.0/24