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** Specifying both, `:TAG` and `@DIGEST`, for `docker pull` is not supported, but does not result in an error message. **Steps to reproduce the issue:** I ran `docker pull ghcr.io/siemens/kas/kas:2.3.2@sha256:b790bf2fb82b10b3e812734bfc10d86207029415d8c46f75fc4d62dc131442b5`...

kind/docs
kind/enhancement
area/ux

### Description This test was recently rewritten from testing plugin upgrade with DCT enabled to just "plugin upgrade", but there's a fair amount of complexity in the e2e tests that...

kind/bug
area/testing

### Description `docker compose ` does nothing with [contrib/completion/zsh/_docker](https://github.com/docker/cli/blob/master/contrib/completion/zsh/_docker). `docker completion zsh` lists `compose` subcommands. The original [contrib script](https://github.com/felixr/docker-zsh-completion) was deprecated and archived, but it appears to be manually maintained...

kind/bug
status/0-triage

### Description Running `docker exec` against a container running on the WSL Docker daemon returns no output. Adding `-i` fixes the problem when running in an interactive PowerShell session. However,...

kind/bug
status/0-triage

### Description Currently, Docker Desktop blindly applies the default WSL environment. However, VPN's and other components are often incompatible with Docker's need for WSL v2. So the user ends up...

kind/feature
status/0-triage

### Description When merging multiple stack Compose files where one defines a service exposing TCP and UDP on the same published port (e.g., 443), the resulting merged configuration silently drops...

kind/bug
status/0-triage

This is a hot-fix that prevents using the `DOCKER_AUTH_CONFIG` env-var as a credential helper when running in Gitlab CI (determined by `GITLAB_CI` environment variable). An explicit setting controlling this behavior...

impact/changelog
kind/bugfix
area/ux
area/authentication

# What I did Extracted the `config` package into a dedicated (sub)module, so third-party component which need to interact with CLI config can use this codebase without inheriting the whole...