From 391acef40fb8c3c3300df78176f4be0e0b1e534b Mon Sep 17 00:00:00 2001 From: Andrew Hopp Date: Fri, 31 Oct 2025 14:18:24 -0700 Subject: [PATCH] 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 --- docs/reference/commandline/docker.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/commandline/docker.md b/docs/reference/commandline/docker.md index b64330bdbe18..b926315defde 100644 --- a/docs/reference/commandline/docker.md +++ b/docs/reference/commandline/docker.md @@ -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 | | :---------------------------- |:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|