cli
cli copied to clipboard
The Docker CLI
### Description It seems related to https://github.com/moby/buildkit/issues/2040, it was supposedly fixed by https://github.com/docker/cli/pull/3050, but it keeps happening in my Docker for mac 4.17.0 install. ### Reproduce `DOCKER_BUILDKIT=1 docker build [email protected]:dockersamples/linux_tweet_app.git`...
### Description Currently, to add a Volume or a Bind Mount to an existing container (or change it), you must either * `container stop`, `commit`, `container rm`, and `run` with...
### Description The command `docker container logs --follow` with quit if the container is restarted. Re-issuing the command will get the logs from before restart as well as after restart,...
**- What I did** Fixes #4155 duplicate entries in docker node ps when multi nodes are passed **- How I did it** When running the docker node ps command with...
### Description I have the following enabled on my machine: ``` "features": { "containerd-snapshotter": true } ``` If I do a pull and cancel it part way through it will...
I'm trying following scenario. On my laptop I have created a delegation key. On a server I have created the target and authorized my delegation key Now when signing my...
### Description When executing 'docker node ps node1 node2', containers running on node1 will appear in the list twice, while containers for node2 will appear only once. Switching the order...
**- What I did** Hacky PR for demonstration/discussion purposes only. Addresses: https://github.com/docker/cli/issues/5305 **- How I did it** **- How to verify it** - `docker run -d --name bork alpine sh...
**Description** In Windows, the root of the user directory (`%USERPROFILE%`) is NOT the right place to store application settings. This is a very common convention on Linux, but Windows !=...
### Description Execute > docker pull 172.17.163.100:5000/registry:2 > Error response from daemon: missing or empty Content-Type header I used curl -v http://172.17.163.100:5000/v2/registry/manifests/2 and found that the response header was missing....