cli
cli copied to clipboard
The Docker CLI
**- 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...
### 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
### 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")"...
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...
**- 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...
**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`...
**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...
**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...