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 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,...

kind/feature
status/0-triage
area/plugins

**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...

kind/enhancement
area/distribution
area/manifest

### 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...

exp/beginner
kind/enhancement
area/ux
version/27.5

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...

status/2-code-review
kind/refactor

**- 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...

impact/changelog
kind/feature
area/ux

**- 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...

status/2-code-review
area/stack

### 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...

kind/feature
status/0-triage

https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html TLDR; Instead of ~/.docker, configuration should be in the $XDG_CONFIG_HOME/docker/

kind/enhancement

### 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...

kind/bug
status/0-triage

**- 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...