-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support --security-opt #297
Comments
Oi @heitorPB tudo bem? 🙂 I think this is nice feature request, and a good first issue to contribute if you're interested. This PR should point you o the right places that need to be modified: #203 More specifically you would need to:
Let us know if you would be interested in working on this. Feel free to reach out if you have any question! |
I saw that almost all security options from here, have a corresponding value in |
Hi @ruspaul013, Apologies for the delay, but I no longer work at HashiCorp. I'm not sure what would be the best way to handle this, but maybe looking at how the |
Hey @lgfa29, Thanks for the reply. I will take a look at |
I'm migrating a codebase (in Golang) that generates Nomad jobs from Docker driver to Podman.
I'm hitting the following error:
The Docker driver supports the
--security-opt
flag (Nomad Docs). But the Podman driver doesn't.This flag is supported in Podman: Podman docs - security-opt.
I'd like to request this feature. Or a mentor to guide/help me implement it :)
The text was updated successfully, but these errors were encountered: