cli icon indicating copy to clipboard operation
cli copied to clipboard

The Docker CLI

Results 342 cli issues
Sort by recently updated
recently updated
newest added

Fixes #4935. **- What I did** ``` Changed what "our style guide" and "building the documentation" direct to in CONTRIBUTING.md. ``` **- Description for the changelog** ```markdown changelog In CONTRIBUTING.md,...

closes #5023 **- What I did** Implemented a `--replace` option within the `container create` command, allowing for the removal (if existing) of the container with the specified name without the...

dco/no
status/1-design-review

**- What I did** We removed all references to the word "please" throughout the entire repository. **- How I did it** We used the search feature to look for all...

Since other repositories import from the CLI, the signal termination handling done inside the `PromptForConfirmation` could cause problems for the third party repositories. Thus this PR hoists the signal termination...

### Description Documentation says: > The until filter can be Unix timestamps, date formatted timestamps, or Go duration strings... OTOH, the Go documentation states: > A duration string is a...

kind/bug
status/0-triage

**- What I did** Tidy up the CDI docs, correcting a few typos and misleading statements, and trying to tighten the phrasing/presentation.

kind/docs

We should try to avoid using "please" in the documentation and in (error) messages. There's a couple in this repository that may need some rephrasing; https://github.com/docker/cli/search?q=please&type=Code&utf8=✓ (also see https://github.com/docker/cli/pull/721#discussion_r158818855) See;...

kind/docs

### Description The CLI's validation behavior appears to run amok when the `DOCKER_CONFIG` variable is set to a normal file instead of a directory. This creates some serious red herrings...

kind/bug
status/0-triage

**- What I did** Move common flag descriptions to the buildx build reference, and make that page the canonical page in docs. Also rewrite some content in image_build to make...

fixes #4400 On the `setHelpFunc` function it tries to execute plugins's helps at first based in the ammount of arguments, the help for `docker swarm init --help` was getting matched...

status/2-code-review
area/plugins
process/cherry-pick
kind/bugfix