cli
cli copied to clipboard
The Docker CLI
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...
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...
### 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....
@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`....
### 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...
Feature Request: Distinguish image platforms in image list: `docker images --format '{{.Platform}}'`
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....
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...
**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...
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...
`-env VAR` overwrites the samely named var in Docker container if it's not set in host environment
**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...