Skip to content

fix: stray | pipe in docker create --help#7103

Open
hirehamir wants to merge 1 commit into
docker:masterfrom
hirehamir:fix/stray-pipe-in-docker-create-help-message
Open

fix: stray | pipe in docker create --help#7103
hirehamir wants to merge 1 commit into
docker:masterfrom
hirehamir:fix/stray-pipe-in-docker-create-help-message

Conversation

@hirehamir

Copy link
Copy Markdown

- What I did

I removed a stray | from the --pull flag description on docker create. It made

docker create --help

list the accepted values as ("always", "|missing", "never").

- How to verify it

Before:

--pull string                      Pull image before creating ("always", "|missing", "never") (default "missing")

After:

--pull string                      Pull image before creating ("always", "missing", "never") (default "missing")

- Human readable description for the release notes

Fixed a typo in the docker create --pull flag description

Signed-off-by: Hamir <hirehamir@gmail.com>
@hirehamir hirehamir requested review from a team and thaJeztah as code owners July 11, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant