Decrease network size of Docker default bridge (#2246)

This commit is contained in:
Stefan Agner 2022-11-25 13:24:45 +01:00
parent 1358593396
commit 340ebdab15
No known key found for this signature in database
GPG Key ID: 22D95D15D3A36E95

View File

@ -7,5 +7,6 @@
"tag": "{{.Name}}"
},
"data-root": "/mnt/data/docker",
"deprecated-key-path": "/mnt/overlay/etc/docker/key.json"
"deprecated-key-path": "/mnt/overlay/etc/docker/key.json",
"bip": "172.17.232.1/23"
}