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

I'm running a command line app from a Node.js process using `spawn()`. The process is launched with extra pipes in the stdio option. Here's a simplified code sample: ```javascript const...

**- What I did** Closes #3630 **- How I did it** Added quotes trimming for env files **- How to verify it** Run the updated unit test TestParseEnvFileGoodFile **- Description...

**Description** When using `docker login` with a `[SERVER]` argument that is a fully qualified URL, it bypasses the credential helpers. **Steps to reproduce the issue:** 1. Configure the [ECR Credential...

- follow-up to https://github.com/docker/cli/pull/3640 - see the discussion on https://github.com/photra/cli/pull/1#issuecomment-1148364089 Previously, the formatter would ignore the quiet option if a custom format was passed; this situation was handled in runPs(),...

impact/changelog
status/1-design-review

- follow-up to https://github.com/docker/cli/pull/3523 - back ports the remaining commits from https://github.com/docker/cli/pull/3509 I'm keeping this separate, as these commits require some changes in the docs repository. **- What I did**...

kind/docs
status/3-docs-review

This is possibly related to (though not the same as) #1332, "docker images --filter=reference giving seemingly unpredictable results." It's a copy of issue [#7618 in docker/docker.github.io][7618] which was just now...

kind/docs
kind/enhancement

**Description** **Steps to reproduce the issue:** 1. Create a socket file with a dead listener by running: ``` nc -lkU /home/nick/test.sock ``` 2. Run any docker command against the socket...

kind/bug

**Description** Shell completion for `docker cp` has a few usability issues that make completing file paths quite frustrating. **1. Host File Path Tilde Expansion** When trying to copy files to...

area/completion

As far as I can tell, this has not been reported on this repository. It is a direct copy of https://github.com/docker/compose/issues/229 which was marked as closed on compose, but the...

This is a feature request to allow viewing the root process's id in the `docker ps` listing. It can currently be viewed by container using `docker inspect -f '{{.State.Pid}}' `...