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

**- What I did** Add 3 flags to the `docker service create` and `docker service update` CLI commands to support the security options in moby/moby#46386. * `--apparmor` allows setting AppArmor...

### Description It is sometimes desirable to have a container running with FIPS disabled when running on a FIPS enabled host. Would it be possible to add --fips-disable switch to...

kind/feature
status/0-triage

### Description We need an e2e test that verifies that docker pull/push works for private repositories. This would serve as an regression test for: https://github.com/docker/cli/issues/5963

help wanted
kind/bug
area/testing
area/authentication

### Description This got in through the docs.docker.com feedback form; > The line " If there is more than one filter, then pass multiple flags (e.g., --filter "foo=bar" --filter "bif=baz")"...

help wanted
kind/docs
kind/enhancement

Fixes #663 Allow `--detach` to accept a duration in addition to a boolean value. If the timeout is hit then it will detach and exit non-zero, but the operation will...

status/1-design-review
area/swarm

**- What I did** enable and fix revive's conditions nesting related rules **- How I did it** Add `early-return`, `if-return`, `indent-error-flow` and `superfluous-else` rules to golangci-lint configuration and run golangci-lint,...

I have set up TLS for docker daemon that uses a certificate provided by Let's Encrypt and managed with `certbot`. Everything looks fine as accessing the API via curl is...

kind/docs
kind/feature

**Description** I have set up a private registry and secured it according to the [recipe](https://docs.docker.com/registry/recipes/nginx/) with an nginx reverse proxy. nginx listens on port 5000 using SSL. `docker pull myregistry:5000/foo:latest`...

area/distribution
version/20.10

**Description** On Windows, `docker trust signer add` fails by chance due to the root cause of https://github.com/theupdateframework/notary/issues/1599 **Steps to reproduce the issue:** 1. Setup a notary server 2. Generate key...

kind/bug
area/trust
version/20.10

**Description** After disconnecting and reconnecting a container to the bridge network with a dynamic host port binding, the newly assigned host port is not reachable and the container is still...

kind/bug
area/networking
version/19.03