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 Docker CLI crashes when using with ` --no-trunc` ``` docker --context my-context service ps --no-trunc my_service ``` Error: ``` start shim: start failed: runtime: failed to create new...

kind/bug
status/0-triage
status/more-info-needed

**Description** I am trying to deploy a stack with a service using network host because this service needs to do a multicast. As stated in the docs (https://docs.docker.com/compose/compose-file/#host-or-none) I declared...

area/stack
platform/windows
platform/desktop
area/networking

- relates to https://github.com/docker/cli/pull/2733 Add a custom join function that allows for non-string slices to be joined, following the same rules as "fmt.Sprint", it will use the fmt.Stringer interface if...

kind/enhancement
status/2-code-review

### Description I have a Windows Docker image that I try to run using Docker Desktop for Windows. This image was created in three steps: 1. Execute the command `docker...

kind/bug
status/0-triage
platform/windows
status/more-info-needed

PR Title: support comma-separated values for `--host-add` in `docker service update` Closes https://github.com/moby/moby/issues/50769 **- What I did** * Updated `--host-add` flag in `service update` to support comma-separated host mappings (e.g.,...

### Description If you were to pick a random container from a registry, AFAIK there is currently no way to know what configuration the container needs to be run: -...

kind/feature
status/0-triage

- relates to https://github.com/docker/cli/pull/6287 - relates to https://github.com/moby/moby/pull/50759 Similar to 69854c4e08c502f57a1fed4ec58236fae229db37, but for the internal/jsonstream package. **- Human readable description for the release notes** ```markdown changelog ``` **- A picture...

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

This is a follow up to https://github.com/moby/moby/issues/27658 //cc @neilhwatson @KristofErr @DenerKup @gregmartyn It seems like `docker pull` returning different exit codes would be helpful for automating failures. For example, to...

kind/enhancement
area/distribution

### Description `buildx imagetools inspect` supports showing additional info on a Docker image such as provenance and SBOM attestations. But that command only works against images pushed to a registry,...

kind/feature
status/0-triage

### Description Some containers and compose files could be launched in a bunch of ways. It would be very convenient if Docker (compose) could support similar "presets" for running/ups containers...

kind/feature
status/0-triage