cli icon indicating copy to clipboard operation
cli copied to clipboard

The Docker CLI

Results 342 cli issues
Sort by recently updated
recently updated
newest added

**- What I did** Added a paragraph that clarifies the scope of the `--data-path-addr` for `docker swarm init`. Relates to moby/moby#47667 **- How I did it** **- How to verify...

kind/docs

**- What I did** https://github.com/moby/moby/pull/47686 adds driver-opt label `com.docker.network.endpoint.sysctls`, to support per-interface sysctls. The extended `--network` syntax is needed, but wasn't documented. The quoting needed to set more than one...

impact/changelog
kind/enhancement
impact/documentation
area/networking

**Description** In my setup, Docker Content Trust is 100% security theater. It provides zero security because of TOFU. **Steps to reproduce the issue:** 1. Launch a new (ephermal) build server...

area/trust

**Description** The size under `RECLAIMABLE` column has not been reclaimed by `docker system prune -a`. The size was not changed, even though no size is reclaimed. How to be calculated...

version/1.13

- needs: https://github.com/moby/moby/pull/47526 - needs: https://github.com/moby/moby/pull/47501 - relates to https://github.com/moby/moby/issues/44582 Add `--tree` flag to `docker image list` **- Description for the changelog** ```markdown changelog - containerd image store: `docker image...

impact/changelog
area/api
area/ux
containerd-integration

### Description If you try to run a nonexistent command, the CLI returns the following error: ```console $ docker iamges docker: 'iamges' is not a docker command. See 'docker --help'...

help wanted
kind/bug
area/ux
version/24.0

- needs: https://github.com/moby/moby/pull/47678 Add `docker image convert` command **- Description for the changelog** ```markdown changelog - containerd image store: Add `docker image convert` command ```

impact/changelog
area/api
area/ux

**Description** A docker registry using the [distribution](//github.com/distribution/distribution) project can be configured with a url prefix instead of "/". this then makes it impossible to log in because the Here's someone...

area/distribution
area/authentication

### Description `docker service logs ` does not return results in chronological order. ### Reproduce 1. Run `docker service logs --timestamps `. Example output: ``` 2024-04-02T02:22:14.799036157Z service | bad service...

kind/enhancement
status/0-triage
area/swarm

### Description I have an image built for both linux/amd64, and linux/arm64 on my system. I wish to delete only one of the builds and keep the other, however docker...

kind/bug
containerd-integration