cli icon indicating copy to clipboard operation
cli copied to clipboard

The Docker CLI

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

Noticed this when working on https://github.com/docker/cli/pull/1573 I have a fix (and some refactoring for this); still cleaning it up a bit, but will open a PR after that When specifying...

kind/enhancement
status/claimed

This is a tracking issue for multi-architecture support. "it would be good to open an issue that lists all the missing features as a checklist." Since the split of Docker...

kind/enhancement
containerd-integration

### Description The [docker cli docs about proxy config](https://docs.docker.com/engine/cli/proxy/) says that > To configure the proxies for individual daemons, use the address of the daemon instead of the default key....

kind/bug
status/0-triage
version/27.1

@manishtomar commented on [Tue Jul 25 2017](https://github.com/docker/docker.github.io/issues/3978) File: [engine/reference/commandline/stack_ps.md](https://docs.docker.com/engine/reference/commandline/stack_ps/), CC @mstanleyjones -> https://docs.docker.com/reference/cli/docker/stack/ps/ It will be helpful if the doc contained description about each field listed in `docker stack ps`....

kind/docs

### Description AFAIU it's impossible to check if plugin is installed/subcommand is available (`docker compose`, for example), because ``` $ docker asdasd --version Docker version 20.10.20, build 9fdeb9c ``` Without...

kind/enhancement
status/0-triage
area/ux

Please add the option to format Docker images in `docker images` output based on image platform. I'm on Arm64 (Apple Silicon), and want to distinguish non-/native images in the output....

area/ux

When running Docker's integration-cli tests against a modern CLI, the following test fails (added logging to show inspect output from the generated container). This test works against what is run...

kind/bug
area/networking

**Description** `docker images -a` prints images in reverse-chronological order based on their creation time. For images whose creation timestamp falls in the same wall-clock second, the order that images are...

area/ux

The docker secrets is realy secret for other users or leak? The use of the `docker secret create` command does not protect the security of the secrets before they are...

kind/enhancement
area/ux

**Description** The [docs](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file) state: > If no = is provided and that variable is not exported in your local environment, the variable won’t be set in the container. But, when...

area/builder
platform/desktop