Options (4)
-H, --hostbooleanRun Docker daemon and configure it to listen to specific sockets (UNIX and TCP)
Example:
dockerd {{[-H|--host]}} unix://{{path/to/tmp.sock}} {{[-H|--host]}} tcp://{{ip_address}}-p, --pidfilebooleanRun with specific daemon PID file
Example:
dockerd {{[-p|--pidfile]}} {{path/to/pid_file}}-D, --debugbooleanRun in debug mode
Example:
dockerd {{[-D|--debug]}}-l, --log-levelbooleanRun and set a specific log level
Example:
dockerd {{[-l|--log-level]}} {{debug|info|warn|error|fatal}}Examples (5)
Run Docker daemon
Run Docker daemon and configure it to listen to specific sockets (UNIX and TCP)
dockerd [-H|--host] unix://path/to/tmp.sock [-H|--host] tcp://ip_addressRun with specific daemon PID file
dockerd [-p|--pidfile] path/to/pid_fileRun in debug mode
dockerd [-D|--debug]Run and set a specific log level
dockerd [-l|--log-level] debug|info|warn|error|fatalmade by @shridhargupta | data from tldr-pages