From 140d36b1d29a413b5bee1f0b8dc321f1509d0334 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 03dbddc8cced..fc29fc7135df 100644 --- a/docs/reference/commandline/docker.md +++ b/docs/reference/commandline/docker.md @@ -115,8 +115,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 | | :---------------------------- |:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|