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

Add docker storage driver to fingerprint #10229

Open
passcod opened this issue Mar 25, 2021 · 1 comment
Open

Add docker storage driver to fingerprint #10229

passcod opened this issue Mar 25, 2021 · 1 comment

Comments

@passcod
Copy link

passcod commented Mar 25, 2021

Proposal

Add the docker daemon storage driver setting to Nomad's fingerprinting (so it can be constrained on).

Use-cases

Docker-in-docker behaves badly (eg moby/moby#9939) when the storage driver is set to btrfs.

Attempted Solutions

We set a meta attribute to the configured storage driver and constrain based on that. It works okay, but requires our intervention obviously. It would be ideal to have it directly pulled by Nomad. However, this is more of a "nice to have".

@tgross
Copy link
Member

tgross commented Mar 25, 2021

Hi @passcod! This is the sort of thing we want to be able to enable with the work described #9063. This issue describes a specific use case that's slightly different, so I'm going to keep this issue open and get it into the roadmap for when we look at #9063.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants