
dockerd
List of commands for dockerd:
-
dockerd:tldr:2da63 dockerd: Run in debug mode.$ dockerd --debugtry on your machineexplain this command
-
dockerd:tldr:6b242 dockerd: Run docker daemon and config it to listen to specific sockets (UNIX and TCP).$ dockerd --host unix://${path-to-tmp-sock} --host tcp://${ip}try on your machineexplain this command
-
dockerd:tldr:961a5 dockerd: Run with specific daemon PID file.$ dockerd --pidfile ${path-to-pid_file}try on your machineexplain this command
-
dockerd:tldr:d79ff dockerd: Run and set a specific log level.$ dockerd --log-level=${select}try on your machineexplain this command