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

For example: ``` --- FAIL: TestGetContextFromLocalDirWithNoDirectory (0.00s) Error Trace: context_test.go:84 Error: Not equal: expected: "/var/folders/_z/phfwjxz50w1clqsnlf4g2ym80000gp/T/builder-context-test687047581" received: "/private/var/folders/_z/phfwjxz50w1clqsnlf4g2ym80000gp/T/builder-context-test687047581" === RUN TestGetContextFromLocalDirWithDockerfile --- FAIL: TestGetContextFromLocalDirWithDockerfile (0.00s) Error Trace: context_test.go:97 Error: Not equal:...

help wanted
area/builder
area/testing

Because it's not always obvious what state an existing stack is in when a `docker stack deploy` command is issued, it would be useful to be able to see a...

kind/enhancement
area/stack

### Description - ### Reproduce ``` $ docker swarm init $ docker network create \ --driver overlay \ --ipv6 \ --opt encrypted \ --subnet "10.0.100.0/24" \ --subnet "fd14:8656:a32e:100::/64" \ --attachable...

kind/bug
status/0-triage

### Description ```console docker pull --platform=linux/arm64/v8 nginx:latest && docker pull --platform=linux/arm64/v8 debian:latest && docker pull --platform=linux/arm64/v8 ubuntu:latest ------------------------------------------------------------------------------------------------------------------ [root@localhost tryNested]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE nginx latest...

kind/bug
kind/question
area/ux
containerd-integration
version/27.3

The github.com/pkg/errors is mostly obsoleted since Go 1.13 introduced %w-style error wrapping. It is also not maintained and is now archived by the owner. Fixes: #3618 **- What I did**...

### Description Hi Team, We wanted to generate a delta between two version images and ship only the incremental changes to customer instead of whole new version image which is...

kind/feature
status/0-triage

### Description scenario docker save -o tarfilename during everytime when we try to save the same image docker is modifying the shasum values , instead the sha values should be...

kind/bug
kind/question
status/0-triage
version/24.0

### Description - relates to https://github.com/docker/cli/pull/5516 When trying tab-completion for `docker build`, it looks like it's trying to complete subcommands (this should probably complete to file-paths / directory names); docker...

kind/bug
area/builder
area/completion
area/ux

### Description A couple of months ago, I observed that Docker had a built-in retry mechanism for docker push operations, which was beneficial in handling intermittent network issues or transient...

kind/bug
status/0-triage
area/distribution
status/more-info-needed
version/27.0

### Description The `docker run` `--sig-proxy` can't forward `SIGKILL` because it can't actually receive it without dying itself. But this means there's no way to *send* `SIGKILL` to the contained...

kind/feature
status/0-triage