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

`docker system prune --volumes` (https://docs.docker.com/config/pruning/#prune-everything) prunes all running processes and docker containers, however `/var/lib/docker/network/files/local-kv.db` still exists and is populated on start up of the docker, or docker-compose service. This is...

area/networking

- [x] I have tried with the latest version of my channel (Stable or Edge) - [x] I have uploaded Diagnostics - Diagnostics ID: 8C89258C-657E-4040-B83B-AEA7A515D88A/20200629133505 I'm trying to generate trust...

area/trust

**Description** Add a parameter to filter n amount of rows instead of showing the whole list. since `docker build` (legacy or with buildkit) doesn't give you a summary, very often...

kind/enhancement
area/ux

**Description** When `docker build` runs, it uses `configfile.GetAllCredentials()` to get a list of all possible (likely) credentials needed for the build context for the build to succeed. However, it discards...

area/builder
area/builder/classic-builder
area/authentication

`docker service inspect --format 'table {{.Spec.Name}}\t{{range .Endpoint.VirtualIPs}}{{.Addr}} {{end}}' $(docker service ls -q) ` This is not printing a table, it's printing: > container1\t10.0.2.3 107.2.30.4 > > container2\t10.0.2.5 107.2.30.8 > >...

area/swarm
platform/desktop
area/ux

Today I was looking at a user that had just pulled an image and then did this: ``` > docker images ls REPOSITORY TAG IMAGE ID CREATED SIZE > ```...

kind/enhancement
area/ux

**Description** For practical needs I propose the cli show the volume size on the default inspect format, so the user don't have to run ```bash docker volume system df ```...

kind/enhancement
version/17.07
area/volumes

@PatrickLang commented on [Tue May 23 2017](https://github.com/docker/docker.github.io/issues/3357) File: [engine/reference/commandline/network_create.md](https://docs.docker.com/engine/reference/commandline/network_create/), CC @mstanleyjones There are some differences in naming between the Windows & Linux network types. We need some brief mention of...

kind/docs
platform/windows
area/networking

First of all, I am unsure the issue needs to be opened here, in [moby](https://github.com/moby/moby) or in [buildkit](https://github.com/moby/buildkit). Feel free to redirect me wherever is needed. **Description** **Steps to reproduce...

kind/enhancement
impact/documentation
area/api

### Description This relates to https://github.com/docker/cli/pull/4376#discussion_r1535685827. When evaluating configured plugin hooks, the CLI should probably take aliases into account.

status/0-triage
area/plugins