cli
cli copied to clipboard
The Docker CLI
--------------------------------------------------- BUG REPORT INFORMATION --------------------------------------------------- When i try to do device mount under remote context in MacOS with 19.03.5 docker CLI, i get below error. ``` $ docker run -d...
**Description** CLI tools do not cache the registry auth token across invocations, even though token has expires_in field set to one hour **Steps to reproduce the issue:** 1. Perform an...
@bboreham commented on [Thu May 11 2017](https://github.com/docker/docker.github.io/issues/3235) File: [engine/extend/config.md](https://docs.docker.com/engine/extend/config/), CC @mstanleyjones > Plugin Config Version 1 of Plugin V2 > This document outlines the format of the V0 plugin configuration....
### Description Hello, i stumbled upon the docker compose command where you can filter logs with _--since_ and _--until_. docker swarm has a simmilar command _docker service logs --since_ but...
- stacked on: https://github.com/docker/cli/pull/5744 With graph drivers, all content sizes are zero because the compressed content isn't stored. This makes the whole column useless and wasting the terminal space. Hide...
### Description Hi, the --filter option still is non conformant with the specs. It does not respect anything negative such --filter "label!:foo" on anything else other than prune command. It...
This change improves the handling of DOCKER_HOST by automatically inferring a "unix://" prefix when the host string starts with "/", "./", or "../", indicating a unix socket path. Previously, these...
### Description When running a docker container with the `-i` option combined with backgrounding the process (e.g. using `&` at the end of the bash command), CPU usage jumps to...
### Description ``` === Failed === FAIL: e2e/cli-plugins TestPluginSocketCommunication/detached/the_main_CLI_exits_after_3_signals (1.11s) socket_test.go:238: assertion failed: 255 (int) != 1 (int) socket_test.go:243: assertion failed: --- ← +++ → @@ -1 +1,2 @@ +got...
### Description ``` 65.51 === Failed 65.51 === FAIL: cli/command TestInitializeFromClientHangs (1.00s) 65.51 cli_test.go:252: server never received an init request ``` Observed in: https://github.com/docker/cli/pull/6002#issuecomment-2796916289