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

**Description** Docker pull/push to the same registry changes image digest pushed by another tool. looks like docker reformats manifest the way it like. The bug breaks `docker trust sign` process...

area/distribution

Note that this does not fully fix the referenced issue, but at least makes sure that API clients don't hang forever on the initialization step. (now it hangs on a...

kind/enhancement
status/2-code-review

**- Description for the changelog** **- A picture of a cute animal (not mandatory but encouraged)**

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

**Description** i have successfully run docker build command but image does not show up in the docker images command. **Steps to reproduce the issue:** Using the Dockerfile: ```dockerfile FROM python:3...

area/builder
status/more-info-needed
version/19.03

If a credHelper is defined, 'docker build' with a private FROM image fails, while `docker pull` of the same image works correctly. **Steps to reproduce the issue:** 1. 'docker login'...

area/builder
status/more-info-needed
version/20.10

**- What I did** if build subcommand has changed to a builder alias (buildx), user would expect `docker build` to always create a local docker image (default context builder). this...

status/2-code-review
area/builder
area/builder/buildkit

Hi, This is more of a feature request. We are using docker `system prune -a -f --filter "until=168h"` in a daily cron job. However if the container was created e.g....

kind/enhancement

the [docs ](https://docs.docker.com/network/host/) hiding a statement: > The host networking driver only works on Linux hosts, and is not supported on Docker Desktop for Mac, Docker Desktop for Windows, or...

kind/enhancement
area/networking

**Description** An image that is being based on "scratch", has no shell in it. When using the HEALTHCHECK instruction in a Dockerfile, one can instruct that the healthcheck should run...

kind/enhancement
version/20.10

https://compose-spec.io/ is now the place to define Compose file format and evolution. Changes like https://github.com/docker/cli/pull/2517 should not happen within this repo anymore without a sibling issue/PR on compose-spec. http://github.com/compose-spec/compose-go was...

kind/bug
kind/enhancement
area/stack