Skip to content

Conversation

@ahopp
Copy link
Contributor

@ahopp ahopp commented Oct 28, 2025

Summary

Corrects grammar error in the environment variables section of the Docker CLI documentation. Specifically, the subject of the sentence is "list" (singular), not "environment variables" (plural). The phrase "of environment variables" is a prepositional phrase that modifies "list" but doesn't change the fact that the subject is singular. So updating.

Changes

Changed "The following list of environment variables are supported" to "The following list of environment variables is supported"

Related Issue

Fixes #23616

Change "are supported" to "is supported" since the subject is "list" (singular).

Fixes docker#23616
@netlify
Copy link

netlify bot commented Oct 28, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit b8d0295
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69013c363716220008913b90
😎 Deploy Preview https://deploy-preview-23620--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added the area/cli Relates to the CLI client label Oct 28, 2025
Add clarification that the application may take 10-15 seconds to fully start
after running docker compose up. This helps users understand why the app may
not be immediately accessible at localhost:3000.

Fixes docker#23500
@github-actions github-actions bot added the area/get-started Relates to get started and onboarding docs label Oct 28, 2025
@ahopp
Copy link
Contributor Author

ahopp commented Oct 30, 2025

@sarahsanders-docker @dvdksn Can you take a look?

### Environment variables
The following list of environment variables are supported by the `docker` command
The following list of environment variables is supported by the `docker` command
Copy link
Contributor

@dvdksn dvdksn Oct 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch but unfortunately this file is generated, from this: https://github.com/docker/cli/blob/master/docs/reference/commandline/docker.md

And reading this just now, maybe we could even clarify what we mean here with:

The following environment variables configure the Docker CLI:

Would you mind submitting a PR to docker/cli and dropping it from here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/cli Relates to the CLI client area/get-started Relates to get started and onboarding docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong grammar

2 participants