1
0
mirror of https://github.com/docker/cli.git synced 2026-01-26 15:41:42 +03:00

Improve clarity of environment variables description

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>
This commit is contained in:
Andrew Hopp
2025-10-31 14:18:24 -07:00
committed by Sebastiaan van Stijn
parent debbf2d4f9
commit 391acef40f

View File

@@ -114,8 +114,7 @@ Options:
### Environment variables
The following list of environment variables are supported by the `docker` command
line:
The following environment variables control the behavior of the `docker` command-line client:
| Variable | Description |
| :---------------------------- |:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|