cli
cli copied to clipboard
The Docker CLI
### 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...
- [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...
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...
### 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...
**- 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...
### 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...
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...
### 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:...
**- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** ```markdown changelog ``` **- A picture of a cute animal (not...