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** This PR adds an option to remove the go.mod stub when executing a `./script/vendor` command. It avoids `go build` to fail because of unconsistencies between go.mod...

**- What I did** add 's' to 'containerd-plugin-namespace' cli arg **- How I did it** add 's' to the document **- How to verify it** attempt to start docker engine...

kind/docs
status/3-docs-review

…unpack variables **- What I did** Updated the docs in builder.md **- How I did it** Edited the md files **- How to verify it** Wait for feedback **- Description...

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

Signed-off-by: Grant Millar **- What I did** Allow sharing of the UTS namespace of another container using `--uts container:` **- How I did it** - Updated tests - Updated bash/fish...

impact/changelog
kind/feature
status/2-code-review
impact/documentation
status/needs-vendoring

Signed-off-by: Lifubang **- What I did** When use --label: `./build/docker run -d --name=redis5 --label foo redis` ``` root@dockerdemo:~/gocode/src/github.com/docker/cli# ./build/docker inspect --format '{{.Config.Labels}}' redis5 map[foo:] ``` When use --label-file: ``` root@dockerdemo:~/gocode/src/github.com/docker/cli#...

status/2-code-review
kind/bugfix

Signed-off-by: Lifubang **- What I did** In "https://docs.docker.com/engine/reference/commandline/service_ls/#filtering" said: ``` The name filter matches on all or part of a service’s name. The following filter matches services with a name...

kind/docs
status/3-docs-review
area/swarm

Signed-off-by: Lifubang **- What I did** As mentioned in #1482 and #1476 , add e2e case for ssh with password. **- How I did it** Add a mock docker cli...

status/2-code-review
area/testing

noticed that when checking for if the user has entered the escape sequence after starting the container, the code was checking that the error from inspect was a term.EscapeError rather...

status/2-code-review
kind/bugfix

Signed-off-by: Brandon Mitchell **- What I did** Doc clarification since a name filter will not match on a service name's suffix. **- How I did it** Edit to the markdown....

kind/docs
status/3-docs-review
area/swarm

**- What I did** Added additional documentation related to the new capabilities flag. https://github.com/moby/moby/pull/39297#issuecomment-504127850 **- How I did it** Docs change. **- How to verify it** Docs change. **- Description...

kind/docs
status/3-docs-review