cli
cli copied to clipboard
The Docker CLI
**- What I did** I've updated the Readme. I've added a table of contents to improve clarity in the documentation. I've added the logo to the front page, created the...
### Description When Docker Desktop WSL2 integration is enabled on Windows, the CLI becomes noticeably slow. Even simple commands like `docker --help` take a few seconds to run, and tab-completion...
I have some more changes in this area, but need to dust it off; let's open these already as a PR 😅 ### cli/config/configfile: inline getConfiguredCredentialStore It was a premature...
### Description Especially I want that docker cli can read from the config entries like the following one: `${HOMEBREW_PREFIX}/lib/docker/cli-plugins` -> resolved to `/opt/homebrew/lib/docker/cli-plugins`
closes #6484
### Description The following link is invalid: https://github.com/docker/cli/blob/903e9b342650ec6f5bc66681cb901361754fc67a/.github/PULL_REQUEST_TEMPLATE.md?plain=1#L7-L8 Updated version is probably: https://docs.docker.com/contribute/ ### Reproduce - ### Expected behavior _No response_ ### docker version ```bash - ``` ### docker info...
- testing https://github.com/moby/moby/pull/50475 - [x] stacked on https://github.com/docker/cli/pull/6474 **- What I did** **- How I did it** **- How to verify it** **- Human readable description for the release notes**...
Partial fix of issue #6151 . Addressed the first two points of the issue **- What I did** I updated the docker version and docker info commands to include the...
- fixes https://github.com/docker/cli/issues/6152 ### docker run, create: add shell completion for CDI devices for "--device" With this patch: docker info --format '{{json .DiscoveredDevices}}' [{"Source":"cdi","ID":"docker.com/gpu=webgpu"}] docker container create --device= docker container...
The message returned by the API is a hardcoded message; the only real information currently returned by the API is whether or not the auth was successul; https://github.com/moby/moby/blob/v2.0.0-beta.0/daemon/server/router/system/system_routes.go#L408-L421 **- What...