-
Notifications
You must be signed in to change notification settings - Fork 950
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
feature: add memory option for container #511
Conversation
Codecov Report
@@ Coverage Diff @@
## master #511 +/- ##
==========================================
- Coverage 17.93% 17.72% -0.21%
==========================================
Files 35 36 +1
Lines 1801 1822 +21
==========================================
Hits 323 323
- Misses 1443 1464 +21
Partials 35 35
Continue to review full report at Codecov.
|
Could you help to add HostConfig in the response of API
|
Signed-off-by: skoo87 <[email protected]>
updated @allencloud |
LGTM, tested on my local machine.Memory info is located in
|
Signed-off-by: skoo87 [email protected]
1.Describe what this PR did
include memory, memory-swap and memory-swappiness.
2.Does this pull request fix one issue?
3.Describe how you did it
4.Describe how to verify it
5.Special notes for reviews