Use a subnet in the same class B network for the Docker default bridge is using. This avoids conflicting with more than one class B network.
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"storage-driver": "overlay2",
|
|
"log-driver": "journald",
|
|
"experimental": true,
|
|
"ip6tables": true,
|
|
"log-opts": {
|
|
"tag": "{{.Name}}"
|
|
},
|
|
"data-root": "/mnt/data/docker",
|
|
"deprecated-key-path": "/mnt/overlay/etc/docker/key.json",
|
|
"bip": "172.30.232.1/23"
|
|
}
|