-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[23.0 backport] docs/reference: update dockerd docs for changes in 23.0 #4202
Merged
thaJeztah
merged 7 commits into
docker:23.0
from
thaJeztah:23.0_backport_docs_daemon_proxy_config
Apr 13, 2023
Merged
[23.0 backport] docs/reference: update dockerd docs for changes in 23.0 #4202
thaJeztah
merged 7 commits into
docker:23.0
from
thaJeztah:23.0_backport_docs_daemon_proxy_config
Apr 13, 2023
Conversation
This file contains 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
Support for this environment variable was removed in docker 23.0 in moby/moby@1240f8b From that patch: > All regular, non-EOL Linux distros now come with more recent kernels > out of the box. There may still be users trying to run on kernel 3.10 > or older (some embedded systems, e.g.), but those should be a rare > exception, which we don't have to take into account. > > This patch removes the kernel version check on Linux, and the corresponding > DOCKER_NOWARN_KERNEL_VERSION environment that was there to skip this > check. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 4a863df) Signed-off-by: Sebastiaan van Stijn <[email protected]>
No need to mention that the env-var may be removed at that point to keep the description more to-the-point. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 879e080) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Adding a description based on the Go documentation. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 3701748) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 32bc912) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Update the description for the changes made in; moby/moby@68e96f8 Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit c209743) Signed-off-by: Sebastiaan van Stijn <[email protected]>
The daemon no longer adjusts its oom-score by default; see - moby/moby@2b8e68e - moby/moby@cf7a5be Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit c730a8e) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Adds documentation for the options that were added in moby/moby@427c7cc Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit c846428) Signed-off-by: Sebastiaan van Stijn <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 23.0 #4202 +/- ##
=======================================
Coverage 58.83% 58.83%
=======================================
Files 572 572
Lines 49610 49610
=======================================
Hits 29188 29188
Misses 18648 18648
Partials 1774 1774 |
neersighted
approved these changes
Apr 13, 2023
cpuguy83
approved these changes
Apr 13, 2023
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.
docs/reference: remove mention of DOCKER_NOWARN_KERNEL_VERSION
Support for this environment variable was removed in docker 23.0 in
From that patch:
docs/reference: reformat env-vars table, and simplify
No need to mention that the env-var may be removed at that point to keep
the description more to-the-point.
docs/reference: use table for proxy env-vars
Adding a description based on the Go documentation.
docs/reference: dockerd: use table for env-vars
docs/reference: dockerd: update seccomp flag description
Update the description for the changes made in;
docs/reference: dockerd: remove default oom-score-adjust
The daemon no longer adjusts its oom-score by default; see
docs: update dockerd usage output for new proxy-options
Adds documentation for the options that were added in
- A picture of a cute animal (not mandatory but encouraged)