cli icon indicating copy to clipboard operation
cli copied to clipboard

The Docker CLI

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

### Description - related https://github.com/docker/cli/pull/6121#issuecomment-2944340239 API-version context negotiation seems to fail sometimes. In CI, this also shows with an error/warning (but in my reproduction steps, that didn't show for some...

kind/bug
status/0-triage
version/28.2

**- What I did** As we discussed with @glours in [Slack](https://dockercommunity.slack.com/archives/C2X82D9PA/p1731532788572459?thread_ts=1731325857.328039&cid=C2X82D9PA), I took his [branch](https://github.com/docker/cli/pull/4863), rebased it on the resent `main` branch, updated [compose-go](https://github.com/compose-spec/compose-go) to the recent version and fixed...

Just a quick experiment to see if we can move the `trust` subcommands to a plugin, so that the subcommands can be installed separate from the `docker trust` integration in...

### Description Currently, `docker pull` contacts Docker Hub (or another registry), even when the requested image is already present locally and up to date. This behavior: - Triggers unauthenticated rate...

kind/feature
status/0-triage

## Description It would be useful in some automation environment to detect if there are new images available without pulling them right away. In my case, the launcher script detects...

kind/feature
status/0-triage

Page: https://docs.docker.com/reference/cli/docker/system/prune/ Issue: The documentation currently states: “Prune volumes — only anonymous volumes are removed.” However, this is inaccurate. In practice, docker system prune --volumes removes any dangling volume, whether...

status/more-info-needed

### Description This would allow users to use a helper that does not live in path. The underlying credentials helper library uses os/exec exec.Command so this should be safe to...

kind/feature
status/0-triage

- relates to https://github.com/docker/docker-ce-packaging/issues/1197 Before this patch, lintian would complain about some lines being too long: lintian ./*.deb ... W: docker-ce-cli: groff-message troff::642: warning [p 8, 10.2i, div '3tbd1,1', 0.0i]:...

status/3-docs-review

Seeing various test-failures that could be a regression, related to - https://github.com/docker/cli/pull/5894 ### cli/trust: TagTrusted: remove, and inline code Commit e37d814ce96b01393a400c081666ea1cca2eb8bd moved the image.TagTrusted function to the trust package, but...

status/2-code-review
area/trust
kind/refactor

Add a new `image-tree` feature in `~/.docker/config.json` which will make the `docker image list` use the new tree output by default. The tree output is only used if no conflicting...

impact/changelog
kind/enhancement
status/2-code-review
area/ux