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

**Description** docker run with -t option lead to "open /dev/ptmx: no such file or directory" message **Steps to reproduce the issue:** 1. Run: docker run -it hello-world 2. 3. **Describe...

**Description** New option `--gpus` to provide the GPU to containers failes with AMD and Intel GPUs. It is specific to systems with NVIDIA GPU and NVIDIA's proprietary driver and NVIDIA's...

area/plugins

**- What I did** Changed the default value in the documentation of `dockerd` for the option `--default-cgroupns` to represent the actual behavior. **- How I did it** n\a **- How...

kind/docs
status/3-docs-review
area/runtime

thought it would be helpful to have some examples right next to the label names to get a quick understanding of whats needed. helps visual learners **- What I did**...

dco/no
kind/docs
status/3-docs-review

**Description** The image digest is `` if you specify the image. **Steps to reproduce the issue:** ``` C:\Users\camer\tmp> docker images --digests REPOSITORY TAG DIGEST IMAGE ID CREATED SIZE mono latest...

kind/bug
area/distribution

**Description** Suddenly, docker build and docker run started to use the DNS server provided by my WiFi's DHCP (192.168.1.1) instead of the DNS server provided by my VPN connection (192.168.94.1),...

**Description** If you have two different docker contexts with different credential systems, `docker login` does not interact with them correctly **Steps to reproduce the issue:** 1. Install docker engine and...

kind/bug
area/context

**Description** Occasionally I will get docker pull auth failure when the docker registry is behind the consul cluster. From the docker pull implementation [here](https://github.com/docker/cli/blob/c59773f1551a8fd289538efc82274332f31f8c19/cli/command/image/pull.go#L56), it will issue multiple dns resolution...

kind/enhancement
area/networking

A number of Docker commands take `--filter` arguments, however the way these arguments work is radically inconsistent between the commands, and the documentation for them is insufficient in several ways....

kind/enhancement

Hi there, I use a `.env` file to supply env vars for my application both when running locally and in a Docker container. When running my application in Linux/WSL2 (Ubuntu),...

kind/enhancement