cli
cli copied to clipboard
The Docker CLI
### Description When setting up some systems, and in dotfiles, it would be really helpful if it was possible to add paths to the `cliPluginsExtraDirs` config via an environment variable,...
**Description** `docker manifest create` does not allow to create a manifest from unpushed images. **Steps to reproduce the issue:** 1. `docker build` some images locally 2. `docker manifest create` using...
### Description ```console $ DOCKER_HOST=/invalid.sock docker version Client: Version: 27.5.1 API version: 1.47 Go version: go1.22.11 Git commit: 9f9e405 Built: Wed Jan 22 13:39:08 2025 OS/Arch: linux/arm64 Context: default Cannot...
It's not parsing anything, so we may as well inline it to be more clear what's done. **- What I did** **- How I did it** **- How to verify...
**- What I did** - related to https://github.com/moby/moby/issues/51511 - Add replace rules to pick up moby api/client modules with the NRI changes. - Display NRI info if present in the...
**- What I did** Fix nested variables interpolation in compose files which [should be allowed](https://docs.docker.com/compose/compose-file/12-interpolation/) as per compose specification. **- How I did it** Use [compose-go](https://github.com/compose-spec/compose-go/) for variables interpolation in...
### Description As per [vdemeester](https://github.com/vdemeester) comment, re-opening https://github.com/moby/moby/issues/35057. Reason to close was command will return zero even when "docker ps" returns no containers. If instead docker ps returns ie 1...
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html TLDR; Instead of ~/.docker, configuration should be in the $XDG_CONFIG_HOME/docker/
### Description When including the repo as a dependency, there is a build error. It looks like to happen in/from github.com/docker/cli v29.1.3 ### Reproduce See https://go.dev/play/p/jP2urcULY4l and try to run...
**- What I did** The `date` command on my macOS is GNU-style, so I submitted this PR. **- How I did it** Fix this issue by trying GNU/BSD command style...