Edit /etc/docker/daemon.json
{
“bip”: “10.0.0.1/24”,
“default-address-pools”: [
{ “base”: “10.0.0.0/16”, “size”: 24 }
]
}
Modify bip and base for what you want
From docker docs
Edit /etc/docker/daemon.json
{
“bip”: “10.0.0.1/24”,
“default-address-pools”: [
{ “base”: “10.0.0.0/16”, “size”: 24 }
]
}
Modify bip and base for what you want
From docker docs