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

--------------------------------------------------- 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...

kind/bug
version/19.03
area/api

**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...

version/1.12
area/authentication

@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....

kind/docs
area/plugins

### 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...

kind/feature
status/0-triage
area/swarm

- 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...

kind/enhancement
status/2-code-review
area/ux

### 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...

kind/bug
status/0-triage

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...

kind/bug
status/0-triage
version/28.0

### 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...

kind/bug
area/testing

### 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

kind/bug
area/testing