-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 ulimits to unsupported compose fields #482
Conversation
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Codecov Report
@@ Coverage Diff @@
## master #482 +/- ##
==========================================
+ Coverage 48.62% 48.62% +<.01%
==========================================
Files 199 199
Lines 16396 16396
==========================================
+ Hits 7972 7973 +1
+ Misses 8008 8007 -1
Partials 416 416 |
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.
LGTM
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.
LGTM
ping @londoncalling does this need documentation changes? |
Ok. ulimits are added in unsupported compose fields. For how long? How do you get containers working that uses memlock ulimits like elastic search? |
See moby/moby#25303 (and moby/moby#25209) |
Fixes docker/for-linux#88