cli
cli copied to clipboard
The Docker CLI
fixes #2407 - What I did Simple fix for #2407, to ensure that TCP and UDP publishing for the same port doesn't go away during compose file merging. and added...
### Description I’d like to suggest adding an `-a, --all` option to the `docker rm` command. With this we could do commands like `docker rm --all --force`. It would allow...
### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...
### Description - older ticket: https://github.com/docker/cli/issues/3441 Looks like this test has become flaky again, but .. different; e.g. seen failing on https://github.com/docker/cli/pull/5238 ``` #20 60.67 === FAIL: cli/command/container TestInitTtySizeErrors (unknown)...
### Description Dear Developers, Thank you very much for the ineffably marvelous project... 🪐 Considering the absence of some short options in usage for command `run`, I just wanted to...
### Description It would be incredibly helpful if `docker ps` could include a built-in indicator showing whether a container was created using `docker-compose` or `docker run` directly, without requiring additional...
- relates to https://github.com/moby/moby/pull/46982 We include this in the moby/moby repo, but it looks like we didn't for the CLI. **- Description for the changelog** ```markdown changelog ``` **- A...
**- What I did** Display a new column in `docker images --tree` to show the presence of attestations for an image **- How I did it** **- How to verify...
fixes: #5281 **- What I did** Correctly hand the cases with config file being a relative symlink. **- How I did it** Check whether the result path of `os.Readlink(cfgFile)` is...
### Description I use "`docker run -itd -u 50294:50294 almalinux:8 /bin/bash`" launch a container, then use root user permission enter the container do some operation "`docker exec -it --user=root /bin/bash`"....