Improve clarity of environment variables description#6602
Merged
thaJeztah merged 1 commit intodocker:masterfrom Jan 12, 2026
Merged
Improve clarity of environment variables description#6602thaJeztah merged 1 commit intodocker:masterfrom
thaJeztah merged 1 commit intodocker:masterfrom
Conversation
Contributor
Author
|
@dvdksn Fixing the issues mentioned in docker/docs#23620 as requested. |
ahopp
added a commit
to ahopp/docs
that referenced
this pull request
Oct 31, 2025
Changed the environment variables section description from: "The following list of environment variables are supported by the `docker` command line:" To: "The following environment variables control the behavior of the `docker` command-line client:" This makes it clearer that these variables control Docker's behavior, and uses the more precise term "command-line client" instead of "command line". This change aligns with docker/cli#6602. Signed-off-by: Andrew Hopp <andrew.hopp@me.com>
dvdksn
approved these changes
Nov 3, 2025
Contributor
|
@thaJeztah could you ✅ this one? |
Changed the environment variables section description from: "The following list of environment variables are supported by the `docker` command line:" To: "The following environment variables control the behavior of the `docker` command-line client:" This makes it clearer that these variables control Docker's behavior, and uses the more precise term "command-line client" instead of "command line". Signed-off-by: Andrew Hopp <andrew.hopp@me.com>
140d36b to
391acef
Compare
Member
|
did a quick rebase, because GitHub actions didn't want to trigger for some reason |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Summary
Improved the clarity of the environment variables section description.
Changes
Changed the environment variables section description from:
To:
This change:
Related Issue
docker/docs#23620
Signed-off-by: Andrew Hopp andrew.hopp@me.com