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

**- What I did** The `docker build` command silently ignores the `--output` flag when buildkit is not used (see #2680 and #2736). It would help to make it clear from...

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

**Description** docker manifest create returns 'no such manifest' **Steps to reproduce the issue:** 1. build docker multiple docker images 2. create a docker manifest with created docker images 3. error...

kind/experimental
area/distribution

As reported by @ushuz https://github.com/docker/cli/issues/229#issuecomment-381066533 ```yaml version: '3.4' services: web: image: nginx:alpine ports: - published: '8080' target: 80 ``` Deploying the above produces: ```bash $ docker stack deploy -c docker-compose.yml...

kind/bug
area/swarm
area/stack
area/networking

**Description** I try to start a docker container without passing the host port. I expect the docker will automatically assign a free port and run the container. That's the case...

Had a couple of these in some branches I was working on, so let's move them separately in a PR 😅 See individual commits for details **- A picture of...

kind/docs
status/3-docs-review

**- What I did** in `docker service ls` we durrently format the port as "*:8080->9000" with the asterisk being hardcoded, it would be useful if the api server could return...

impact/changelog
kind/enhancement
area/swarm

Executive summary: there are a number of docker-* man pages available under [man/](https://github.com/docker/cli/tree/master/man), they all need some love. ### Formatting For one thing, formatting/typesetting needs to be cleaned up. The...

help wanted
exp/beginner
kind/docs

**Description** For some reason the docker makes all bridges with different settings stop their work. If I remove the docker, the network using bridge works. **Steps to reproduce the issue:**...

Fixes issue #3727 ``` Template parsing error: template: :1:75: executing "" at : error calling index: index of untyped nil ```

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

Partial fix for #2648 on Windows only. Signed-off-by: Eric ![image](https://user-images.githubusercontent.com/9473119/88336203-e27c1e80-cd34-11ea-956f-7db23414ee82.png)