docker (1) Linux Manual Page
docker – Docker image and container command line interface
Synopsis
docker [OPTIONS] COMMAND [ARG…]docker [–help|-v|–version]
Description
docker is a client for interacting with the daemon (see dockerd(8)) through the CLI.The Docker CLI has over 30 commands. The commands are listed below and each has its own man page which explain usage and arguments.
To see the man page for a command run man docker .
Options
–help –config=""
-D, –debug=true|false
-H, –host=[unix:///var/run/docker.sock]: tcp://[host]:[port][path] to bind or unix://[/path/to/socket] to use.
-l, –log-level="debug|info|warn|error|fatal"
–tls=true|false
–tlscacert=~/.docker/ca.pem
–tlscert=~/.docker/cert.pem
–tlskey=~/.docker/key.pem
–tlsverify=true|false
-v, –version=true|false
Commands
Use "docker help" or "docker –help" to get an overview of available commands.Examples
For specific client examples please see the man page for the specific Docker command. For example:man docker-run
