-
Notifications
You must be signed in to change notification settings - Fork 64
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
config: Add ulimit option like docker driver #166
Conversation
72741cb
to
15342b4
Compare
This is just a small feature addition which makes this driver slightly closer to docker :) Hopefully it is uncontroversial. |
@towe75 @lgfa29 @jrasell @jazzyfresh friendly ping? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay on getting this reviewed @pabloyoyoista.
This LGTM, I just pushed a commit to fix the CHANGELOG and add a link to the PR.
Also, this is kind of annoying, but would you mind opening a PR against the Nomad repo to also document the new config in this page:
https://github.com/hashicorp/nomad/blob/main/website/content/plugins/drivers/podman.mdx
Thanks for the contribution!
Thank you for the merge! Not fun to duplicate work, but just sent the docs update: hashicorp/nomad#13180 |
I guess the title is self-explanatory.
The
sliceMergeUlimit
function is adapted from the nomad docker driver