bottlerocket-os / bottlerocket

An operating system designed for hosting containers
https://bottlerocket.dev
Other
8.62k stars 508 forks source link

Docker daemon settings #1132

Open chathsuom opened 3 years ago

chathsuom commented 3 years ago

What I'd like: To be able to add docker daemon settings through userdata.

e.g.

"default-address-pools" : [
    {
      "base" : "10.10.0.0/16",
      "size" : 24
    }
samuelkarp commented 3 years ago

Thanks for opening this issue! Is "default-address-pools" the only setting that you're interested in using or are there other ones as well?

chathsuom commented 3 years ago

In addition we are using "experimental" : true flag. Thanks

cbgbt commented 2 years ago

As a tip/workaround, one way this can be accomplished would be to use bootstrap containers to add these settings. This would be a lot easier if we had something like #2010.

That said, adding these as modeled settings would be the best option.