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 hi, i use remote driver for buildx: ``` docker buildx create \ --name remote-kubernetes \ --driver remote \ tcp://buildkitd.default.svc:1234 \ --use ``` `docker buildx build` work perfectly: ```bash...

status/0-triage
area/builder
area/builder/buildkit

- [x] depends on https://github.com/moby/moby/pull/47950 - [x] depends on https://github.com/docker/cli/pull/5169 - [x] depends on https://github.com/docker/cli/pull/5170 **- What I did** I added oom-score-adj flag to docker service create and docker service...

impact/changelog
status/2-code-review
area/swarm
area/stack

This is a follow up to #33778 and #35051. Recap: One of the requests is to see log timestamp according to a timezone, it was decided that it would be...

kind/enhancement

### Description Whenever i try to use `docker build` it is referencing `buildx`, and this is not at all what i expect. Specifically: ``` ❯ docker build docker: 'buildx' is...

kind/bug
status/0-triage
area/builder
area/builder/buildkit

**- What I did** - Test case to show this is expected behavior for the cli - Documenting using a bad header in .env such as `[config 1]` will throw...

Embed APIClient interface in `fakeClient` instead of the `Client` struct to satisfy the interface. **- What I did** **- How I did it** **- How to verify it** **- Description...

area/testing
kind/refactor

### Description First of all I want to say that I may not be aware of every way to deal with this problem, but as far as I've seen it...

kind/feature
status/0-triage

Corrected the terminology from "symbol link" to "symbolic link" in the following instances for clarity and accuracy: 1. In the flags definition: Changed "Always follow symbol link in SRC_PATH" to...

dco/no

### Description Hi, I'm trying to deploy service dynamically under docker swarm mode by docker compose yml and some variables. Here's my docker compose yml ↓ ```TEXT version: '3.9' services:...

kind/bug
status/0-triage

**- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** ```markdown changelog ``` **- A picture of a cute animal (not...