docker
The base command for the Docker CLI.
Description
The base command for the Docker CLI.
Options
Option | Short | Default | Description |
---|---|---|---|
--config | /root/.docker | Location of client config files | |
--context | -c | Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with docker context use ) | |
--debug | -D | Enable debug mode | |
--help | Print usage | ||
--host | -H | Daemon socket to connect to | |
--log-level | -l | info | Set the logging level (debug , info , warn , error , fatal ) |
--tls | Use TLS; implied by --tlsverify | ||
--tlscacert | /root/.docker/ca.pem | Trust certs signed only by this CA | |
--tlscert | /root/.docker/cert.pem | Path to TLS certificate file | |
--tlskey | /root/.docker/key.pem | Path to TLS key file | |
--tlsverify | Use TLS and verify the remote |