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 Encountered an inconsistency in one of my projects. Perhaps it could be user error or a misunderstanding but it is related to how `docker run` behaves compared to...

kind/bug
status/0-triage

fixes #3091 dupe #4459 **- What I did** `HumanSizeWithPrecision` (which was configured to 3 significant digits) was replaced with `HumanSize` (which defaults to 4) in order to prevent scientific notation...

dco/no
status/2-code-review

…exas.edu> Signed-off by: Pranjal Rai **- What I did** We changed the three man pages files which included docker-build.1.md, docker-config-json.5.md, and docker-run.1.md. We changed much of the styling based on...

**- What I did** Added commas between individual json objects and then added brackets around them to make an array. **- How I did it** Read each line from the...

- relates to https://github.com/docker/cli/pull/5224#discussion_r1665426727 Trying to make the logic slightly clearer, and adding a custom message for the skip, Before this: === RUN TestSplitCpArg/absolute_path_with_drive cp_test.go:184: tc.os == "windows" && runtime.GOOS...

status/2-code-review
area/testing
kind/refactor

This allows dockerMain() to return an error "as usual", and puts the responsibility for turning that into an appropriate exit-code in main() (which also sets the exit-code when terminating). We...

status/2-code-review
kind/refactor

**- What I did** Testing global signal handling in the CLI. **- How I did it** Reusing `go test` to execute some parts of the CLI and verify the exit...

**- What I did** WIP PR for discussion that adds support for the device-code flow OAuth login, when authenticating against the official registry. I'll follow up with another PR to...

**- What I did** The -itd options, probably used to keep the tty container running in the background, is not necessary for these examples. Updated the examples to remove the...

### Description Hello, When I try to use syslog as a log driver, Docker sends all messages logged inside the container as INFO. Therefore I cannot catch errors/warnings in syslog...

kind/bug
status/0-triage