dockerd Command Examples

A persistent process to start and manage Docker containers. More information: https://docs.docker.com/reference/cli/dockerd/.

dockerd

dockerd --host unix://{{path/to/tmp.sock}} --host tcp://{{ip}}

dockerd --pidfile {{path/to/pid_file}}

dockerd --debug

dockerd --log-level {{debug|info|warn|error|fatal}}