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

I was routed here from https://github.com/docker/docker.github.io/issues/8835... From [cli/docs/reference/builder.md](https://github.com/docker/cli/blob/84b86e23b7f520b0bb956df88331d6c8d472ce0e/docs/reference/builder.md): > Environment variables are notated in the `Dockerfile` either with `$variable_name` or `${variable_name}`. They are treated equivalently and the brace syntax is...

**Description** **Steps to reproduce the issue:** 1. Run `docker build --progress tty . 2>&1 | cat`. **Describe the results you received:** Plain progress output. **Describe the results you expected:** Colored...

**Description** **Steps to reproduce the issue:** 1. Run `docker login` 2. Input your username and password **Describe the results you received:** ``` WARNING! Your password will be stored unencrypted in...

see individual commits for details

status/2-code-review
process/cherry-pick
area/testing

Fix a broken link to Docker Blog. **- What I did** Fixed a broken link to Docker Blog. **- How I did it** **- How to verify it** Click on...

**Description** `docker builder prune --keep-storage 40G` fails due to Out of memory error (dockerd get killed by system) **Steps to reproduce the issue:** I've got my /var/lib/docker/overlay2 folder size more...

Hi, most of my containers are connected to multiple networks. Unfortunately, I have to run `docker run --net mynet-1 -d --name alpine alpine` and then `docker network connect mynet-2 alpine`...

Create a service using a secret and a config: ```bash echo "bla" | docker config create foo.conf - echo "bla" | docker secret create secret.conf - docker service create -d...

exp/beginner
kind/enhancement
area/swarm
area/ux

Accessing remote server via SSH and running command eats all the memory. Using the same command in server itself has no problem. For instance, I have a docker compose file...

area/api
version/20.10

I recently found about the `COMPOSE_FILE` environment variable that could be set in `.env` file ([doc](https://docs.docker.com/compose/reference/envvars/)). Is there any plan on integrating this to `docker stack deploy`, as I find...

kind/enhancement
area/stack