Skip to content

cli: Update docs - #23861

Closed
vvoland wants to merge 1 commit into
docker:mainfrom
vvoland:update-cli-docs
Closed

cli: Update docs#23861
vvoland wants to merge 1 commit into
docker:mainfrom
vvoland:update-cli-docs

Conversation

@vvoland

@vvolandvvoland commented Dec 17, 2025

Copy link
Copy Markdown
Contributor

Description

The cli docs haven't been imported for a while. We should automate this somehow.

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

@netlify

netlifyBot commented Dec 17, 2025

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

NameLink
🔨 Latest commit4065ed0
🔍 Latest deploy loghttps://app.netlify.com/projects/docsdocker/deploys/69440ac8a17269000850ec95
😎 Deploy Previewhttps://deploy-preview-23861--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-actionsgithub-actionsBot added the area/cli Relates to the CLI client label Dec 17, 2025
@vvoland

vvoland commented Dec 18, 2025

Copy link
Copy Markdown
ContributorAuthor

Looks like there's some error in the CLI docs:

 #28 0.048 ========================================================================
#28 2.069 reference/cli/docker/container/run/index.html
#28 2.069 hash does not exist --- reference/cli/docker/container/run/index.html --> /desktop/features/networking/networking-how-tos/#i-want-to-connect-from-a-container-to-a-service-on-the-host
#28 2.069 ========================================================================

@vvolandvvoland mentioned this pull request Dec 18, 2025
Comment on lines +443 to +445
min_api_version: "1.41"
min_api_version: "1.52"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Interesting; curious if this was some mistake somewhere; let me check

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

oh! never mind this is for docker service, so probably correct

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nope; it is a bug / mistake; looks like some copy/pasta same flag-name repeated here; https://github.com/docker/cli/blob/93fa57bbcd08f2f5be7f6cf22f4273a2b5a49e71/cli/command/service/opts.go#L905-L910

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland

Copy link
Copy Markdown
ContributorAuthor

Actually, gave it a quick try to make a workflow that does this automatically: #23867

@vvolandvvoland closed this Jan 8, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/cliRelates to the CLI client

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vvoland@thaJeztah