Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker daemon settings #1132

Open
chathsuom opened this issue Sep 25, 2020 · 3 comments
Open

Docker daemon settings #1132

chathsuom opened this issue Sep 25, 2020 · 3 comments
Labels
area/core Issues core to the OS (variant independent) status/icebox Things we think would be nice but are not prioritized type/enhancement New feature or request

Comments

@chathsuom
Copy link

chathsuom commented Sep 25, 2020

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 samuelkarp added the type/enhancement New feature or request label Sep 25, 2020
@samuelkarp
Copy link
Contributor

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
Copy link
Author

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

@gregdek gregdek added this to the backlog milestone Apr 1, 2021
@cbgbt
Copy link
Contributor

cbgbt commented Apr 5, 2022

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.

@stmcginnis stmcginnis added status/needs-triage Pending triage or re-evaluation and removed priority/p1 labels Dec 1, 2022
@stmcginnis stmcginnis added area/core Issues core to the OS (variant independent) status/icebox Things we think would be nice but are not prioritized and removed status/needs-triage Pending triage or re-evaluation labels Feb 16, 2023
@stmcginnis stmcginnis removed this from the backlog milestone Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core Issues core to the OS (variant independent) status/icebox Things we think would be nice but are not prioritized type/enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

6 participants