cli
cli copied to clipboard
The Docker CLI
### Description The tree output currently uses the same sort order as the existing non-tree output, and orders the images by "created" time in descending order; docker image ls REPOSITORY...
In the documentation at https://github.com/docker/cli/blob/master/docs/reference/commandline/container_run.md#add-host, a python3 web server is run to server the `hello` file. However, as shown, the command will run in the foreground and the user will...
### Description - relates to https://github.com/docker/cli/pull/4982 If an image is tagged under multiple names, only a single one of them is shown as tree, and for other variants, only the...
full diff: https://github.com/docker/docker/compare/v27.3.1...b3b66cbbd72c61caba860d314480d6bd601e44b1 **- A picture of a cute animal (not mandatory but encouraged)**
**- What I did** Cobra completions using the Docker Hub v3 image search API. The API is proxied through the docker engine: https://github.com/moby/moby/pull/48692 Completion of images when calling `docker run/pull`...
**- What I did** ### The problem The Docker CLI supports storing/managing credentials without a credential-helper, in which case credentials are fetched from/saved to the CLI config file (`~/.docker/config.json`). This...
**Description** When setting the working directory via `docker run -w`, if the directory doesn't exist in the image, it will be automatically created. However, it is always owned by root:root,...
### Description I'm currently using the [Win32-OpenSSH server](https://github.com/PowerShell/Win32-OpenSSH) installed through `winget install Microsoft.OpenSSH.Beta`. When I SSH into my using and run `docker login ` I get `Error saving credentials: error...
I would like to be able to see the detailed interactions with a docker v2 registry. I'm using Artifactory to provide a docker v2 registry. It is configured to allow...
### Problem description Syntax for commit --change should be further elaborated in regard to setting the Env value. The example given works for setting one Env environment variable, though it...