Add detailed descriptions for --ulimit options in docker run documentation#5870
Merged
thaJeztah merged 1 commit intodocker:masterfrom Feb 25, 2025
Merged
Add detailed descriptions for --ulimit options in docker run documentation#5870thaJeztah merged 1 commit intodocker:masterfrom
thaJeztah merged 1 commit intodocker:masterfrom
Conversation
…ation Signed-off-by: MHM0098 <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
Member
Author
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5870 +/- ##
==========================================
- Coverage 59.30% 59.27% -0.03%
==========================================
Files 353 353
Lines 29694 29694
==========================================
- Hits 17609 17601 -8
- Misses 11104 11113 +9
+ Partials 981 980 -1 |
vvoland
approved these changes
Feb 25, 2025
Member
|
@thaJeztah Could add @MHM98 as a co-author |
Benehiko
approved these changes
Feb 25, 2025
Member
Author
|
I think in this case that's not needed, as I took the original commit, which still has them as author of the commit (so Git / GitHub would show it as Author: @MHM98 and Committer: @thaJeztah); git show
commit d75f8d83d31b15c548fe82aa05345f33df72de9f (HEAD -> carry_5855, origin/carry_5855)
Author: MHM0098 <[email protected]>
Date: Fri Feb 21 17:10:35 2025 +0330
Add detailed descriptions for --ulimit options in docker run documentation
Signed-off-by: MHM0098 <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
Add available options for --ulimit flag in docker run command
- How I did it
According to units.go file in docker/go-units repository, i updated the documentation
- How to verify it
- Human readable description for the release notes
- A picture of a cute animal (not mandatory but encouraged)