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

Given an image called `foo:8080/bar:baz`: - Some parts of the Docker documentation use the term 'tag' to mean the whole thing, while others use it to mean just the `:baz`...

impact/documentation

**Description** --platform option is not executing using qemu for ARM64 **Steps to reproduce the issue:** ``` root@jammy:/home/x# docker images REPOSITORY TAG IMAGE ID CREATED SIZE root@jammy:/home/x# docker run --platform=linux/arm64 ubuntu:focal...

kind/docs
kind/enhancement

hi, I installed docker on **Android** and **sudo docker** version works fine and shows **Client and Server** available. but any kind of command , such as hello-world, pull, push, build,...

There is currently a lot of information at the documentation page for [`docker rmi`][rmi] but not [`docker image rm`][image rm]. Info was just added to the `docker rmi` page in...

impact/documentation

**Description** The [documentation for CMD](https://docs.docker.com/engine/reference/builder/#cmd) says: "If you want shell processing then you must either use the _shell_ form or execute a shell directly, for example: `CMD [ "sh", "-c",...

kind/docs

Signed-off-by: Zhaofeng Miao **- What I did** Add `--http-header` option to CLI to allow adding custom http headers when doing `docker command` **- How I did it** See the diff...

**Description** When using docker stack deploy with multiple compose files overriding the same service spec, the secrets defined in the base spec are munged, at least in the case where...

area/swarm

**Description** **Steps to reproduce the issue:** 1. DOCKER_HOST=ssh:/// docker stats **Describe the results you received:** A few services come out as `--` on a loaded machine/network **Describe the results you...

``` cbec75e2f3f5afd3334db693829a6b150612076c is the first bad commit commit cbec75e2f3f5afd3334db693829a6b150612076c Author: Nicolas De Loof Date: Wed Mar 30 15:27:25 2022 +0200 Adopt Cobra completion v2 to support completion by CLI plugins...

kind/bug
area/performance
kind/regression

**Description** Firstly, mycontainer can't be stopped by `docker stop mycontainer` After `docker rm -f mycontainer`, the same container can't run with `docker: Error response from daemon: endpoint with name mycontainer...

area/networking