Config
daemon.json
{
"bip": "172.17.0.1/16",
"default-address-pools": [
{ "base": "172.18.0.0/16", "size": 24 },
{ "base": "172.19.0.0/16", "size": 24 }
],
"registry-mirrors": [
"https://docker.fnnas.com",
"https://docker.1panel.live"
],
"log-driver": "json-file",
"log-opts": {
"max-size": "100m",
"max-file": "3"
}
}
Delete Interface
ip link set br-243097184f89 down
ip link delete br-243097184f89 type bridge
No comments to display
No comments to display