-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dockerd


> A persistent process to start and manage docker containers.

More information.


Run docker daemon:

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}

Run with specific daemon PID file:

dockerd --pidfile {path/to/pid_file}

Run in debug mode:

dockerd --debug

Run and set a specific log level:

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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 19:32:21 2024