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

**- What I did** I've updated the Readme. I've added a table of contents to improve clarity in the documentation. I've added the logo to the front page, created the...

### Description When Docker Desktop WSL2 integration is enabled on Windows, the CLI becomes noticeably slow. Even simple commands like `docker --help` take a few seconds to run, and tab-completion...

kind/bug
status/0-triage
status/more-info-needed
version/28.4

I have some more changes in this area, but need to dust it off; let's open these already as a PR 😅 ### cli/config/configfile: inline getConfiguredCredentialStore It was a premature...

status/2-code-review
kind/refactor

### Description Especially I want that docker cli can read from the config entries like the following one: `${HOMEBREW_PREFIX}/lib/docker/cli-plugins` -> resolved to `/opt/homebrew/lib/docker/cli-plugins`

kind/feature
status/0-triage

### Description The following link is invalid: https://github.com/docker/cli/blob/903e9b342650ec6f5bc66681cb901361754fc67a/.github/PULL_REQUEST_TEMPLATE.md?plain=1#L7-L8 Updated version is probably: https://docs.docker.com/contribute/ ### Reproduce - ### Expected behavior _No response_ ### docker version ```bash - ``` ### docker info...

kind/bug
status/0-triage

- testing https://github.com/moby/moby/pull/50475 - [x] stacked on https://github.com/docker/cli/pull/6474 **- What I did** **- How I did it** **- How to verify it** **- Human readable description for the release notes**...

Partial fix of issue #6151 . Addressed the first two points of the issue **- What I did** I updated the docker version and docker info commands to include the...

- fixes https://github.com/docker/cli/issues/6152 ### docker run, create: add shell completion for CDI devices for "--device" With this patch: docker info --format '{{json .DiscoveredDevices}}' [{"Source":"cdi","ID":"docker.com/gpu=webgpu"}] docker container create --device= docker container...

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

The message returned by the API is a hardcoded message; the only real information currently returned by the API is whether or not the auth was successul; https://github.com/moby/moby/blob/v2.0.0-beta.0/daemon/server/router/system/system_routes.go#L408-L421 **- What...

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