cli
cli copied to clipboard
The Docker CLI
### 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...
**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...
- 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...
### 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...
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: -...
- 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...
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...
### 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,...
### 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...