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

# Preface Hello there! I've done some googling and I have not seen any clear documentation or discussion about this aspect of the `docker image prune` command. I've read a...

kind/feature
version/17.09

I'm using gitlab jobs to build multiple images independent of each other for different architectures (linux and several windows versions). My guess was that `docker manifest create --amend {list} {image}`...

kind/question

Adds compose support for CSI/cluster volumes. Feel free to bikeshed on the UI.

impact/changelog
area/swarm
area/stack

**Description** When building an image with a **FROM local-image:latest** statement with **local-image** being present (in my case `offerplace-shared:latest`), Docker anyway tries to pull that image from docker.io and fails. Since...

kind/bug
area/builder
version/20.10
area/builder/buildkit

File: [engine/reference/builder.md](https://docs.docker.com/engine/reference/builder/) Hi! I believe the section https://docs.docker.com/engine/reference/builder/#escape is outdated and should be rewritten. First, `microsoft/nanoserver` is not maintained anymore, so running `FROM microsoft/nanoserver` [implicit tag: latest] will output an...

kind/docs
area/builder
status/more-info-needed

Pull request https://github.com/docker/cli/pull/1498 added a `--pull` option to `docker run` and `docker create` (to address https://github.com/moby/moby/issues/34394), which has three options: `--pull` | description -----------------|:----------------------------------------------------------------------------------------------------- (not set) | (default) pull the...

kind/enhancement
area/builder

Currently it looks like only version 2 Compose files support `storage_opt`. It would be a very useful addition if support for `storage_opt` was extended to version 3 as well.

kind/feature
impact/compose-file

**Description** When creating a Docker image that was almost, but not quite, 1 billion bytes in size, I noticed that `docker image ls` reported the size as `1e+03MB` instead of...

exp/beginner
kind/enhancement
area/ux

**Description** I have the following docker image: ``` docker.io/mylib/myname@sha256:XYZ ``` I try to login via: ``` docker login docker.io/mylib/myname@sha256:XYZ ``` After providing the correct credentials the login is working correctly....

kind/enhancement
area/distribution

File: something like: engine/reference/commandline/tag.md (This the location in a downstream repo. Not sure about this one.) This documentation is confusing because it says: docker tag Create a tag TARGET_IMAGE that...

kind/docs
kind/enhancement