cli
cli copied to clipboard
The Docker CLI
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:...
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...
### 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...
### 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...
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...
### 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...
### 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...
### 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...
### 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...