Expand Docker Address Pool #200
hunterwinterton
started this conversation in
General
Replies: 1 comment
-
Just try it ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I'm wondering if/how I can expand the address pool to allow docker to use more ip addresses. I have run out and was wondering if theres a way to expand the docker address pool within Jailmaker.
I found I could do something like this in /etc/docker/daemon.json, but I couldn't find the file and didn't know if it would persist if I created it. Is this the way to do it, or is there another setting? Thanks for your help!
{
"default-address-pools": [
{
"base": "172.80.0.0/16",
"size": 24
},
{
"base": "192.168.0.0/16",
"size": 24
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions