docker

The base command for the Docker CLI.

Description

The base command for the Docker CLI.

Options

OptionShortDefaultDescription
--config/root/.dockerLocation of client config files
--context-cName of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with docker context use)
--debug-DEnable debug mode
--helpPrint usage
--host-HDaemon socket to connect to
--log-level-linfoSet the logging level (debug, info, warn, error, fatal)
--tlsUse TLS; implied by --tlsverify
--tlscacert/root/.docker/ca.pemTrust certs signed only by this CA
--tlscert/root/.docker/cert.pemPath to TLS certificate file
--tlskey/root/.docker/key.pemPath to TLS key file
--tlsverifyUse TLS and verify the remote