cli icon indicating copy to clipboard operation
cli copied to clipboard

The Docker CLI

Results 548 cli issues
Sort by recently updated
recently updated
newest added

### Description Deploying a stack and waiting until all services converge using `--detach=false` will block forever if the service already completed and is not configured to restart. ### Reproduce Consider...

kind/bug
status/0-triage
area/swarm
area/stack
version/27.0

### Description When the config file is a relative symlink, docker cli can't handle it properly. Every config file writing operation, like `docker login` or `docker context use`, will take...

kind/bug
status/0-triage

### Description Running `docker system prune --volumes` removes also networks and images. ### Reproduce 1. Run `docker system prune --volumes` 2. See result of deleted networks and images ### Expected...

kind/enhancement
area/ux
version/27.0

### Description Sometimes a network fails to be removed with the following error : ``` $ docker network rm s_web Error response from daemon: error while removing network: network s_web...

kind/bug
status/0-triage
area/networking
version/27.0

### Description Hello, I have already config "insecure-registries" in my windows docker engine. When i try to "docker login https://10.157.161.133 -u admin -p xxxx it will auto transfer to http...

kind/bug
status/0-triage
version/26.0

**- What I did** This change adds support for managing native applications on the host machine. **- How I did it** To maximize reuse of existing code, minor refactoring has...

- needs: https://github.com/moby/moby/pull/48158 - needs: https://github.com/moby/moby/pull/47526 **- What I did** Add `docker image convert` command (working on the client side) **- How I did it** **- How to verify it**...

area/ux
containerd-integration

### Description Applications are defined as binaries that can execute on the host architecture (docker itself included) The following new CLI sub commands are supported: + install: install an application...

kind/feature
status/0-triage

### Description when both host and remote have rootfull setup in place it works as expected: https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user meaning running commands without `sudo` while they are running as superuser anyway. when...

kind/bug
status/0-triage

### Description Starting from 28.2.0 Docker exposes detected CDI devices in the `GET /info` endpoint: https://github.com/moby/moby/pull/49980 This could be used for the autocompletion of the `--device` flag.

kind/feature
status/0-triage
area/completion