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

Make sure the new CurrentVersion() function, which was added in a7e2c3ea1edd195df98cb62bc353fcbf034764cd (https://github.com/docker/cli/pull/3885), but it looks like I overlooked these uses of what it was replacing 😅 **- A picture of...

status/2-code-review
kind/refactor

Fixes #410 **- What I did** I updated the docker-cli's compose to be able to take in scope as a network key with a value of swarm or local. feature...

status/1-design-review
area/swarm
area/stack

### Description Hi, when running `docker run --env-file env.list --rm ubuntu`, parameter expansion is not applied to elements in `env.list`. The entry `VAR=$USER` is not expanded thus the env VAR...

kind/bug
status/0-triage

### Description on Linux Debian 13, `Docker version 28.5.2, build ecc6942` `docker0` network interface is always DOWN even if you have a container running on the `bridge` network. please check...

kind/bug
status/0-triage

~depends on https://github.com/docker/cli/pull/2842~ merged fixes https://github.com/docker/cli/issues/2680 implements https://github.com/docker/cli/pull/1427#discussion_r224380101 With this patch, the `--progress`, `--secret`, `--ssh`, and `--output` flags trigger an error when trying to use without BuildKit enabled; DOCKER_BUILDKIT=0 docker...

kind/enhancement
status/2-code-review
area/builder
process/cherry-pick

Signed-off-by: Lifubang **- What I did** As the issue #1476, when use ssh with password, docker run -it will fail. **- How I did it** Because after attachContainer, ssh can't...

status/2-code-review

- follow-up to https://github.com/docker/cli/pull/6619 Align the names in the compose / stack schema with the command-line flags, instead of aligning with the existing options in the compose-schema (which I think...

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

### Description As part of attestation and security, I would like to push an image and immediately get the sha256 digest. When I push the image with `docker push `...

kind/feature
status/0-triage

## Summary Improved the clarity of the environment variables section description. ### Changes Changed the environment variables section description from: > The following list of environment variables are supported by...

### Description Hello I am facing error on my localhost, where I am trying to test our deployment script with docker swarm. I had to add platform property to docker...

kind/feature
status/0-triage