cli
cli copied to clipboard
The Docker CLI
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...
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...
### 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...
### 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...
~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...
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...
- 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...
### 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 `...
## 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...