man page: consistent indents for flag descriptions

Signed-off-by: Jonathan Boulle <jonathanboulle@gmail.com>
This commit is contained in:
Jonathan Boulle 2016-11-15 14:59:47 +09:00 committed by Tibor Vass
parent 4e56bb4f48
commit 0ceda7965d

View File

@ -176,10 +176,10 @@ unix://[/path/to/socket] to use.
Allow unrestricted inter\-container and Docker daemon host communication. If disabled, containers can still be linked together using the **--link** option (see **docker-run(1)**). Default is true. Allow unrestricted inter\-container and Docker daemon host communication. If disabled, containers can still be linked together using the **--link** option (see **docker-run(1)**). Default is true.
**--init** **--init**
Run an init process inside containers for signal forwarding and process reaping. Run an init process inside containers for signal forwarding and process reaping.
**--init-path** **--init-path**
Path to the docker-init binary. Path to the docker-init binary.
**--insecure-registry**=[] **--insecure-registry**=[]
Enable insecure registry communication, i.e., enable un-encrypted and/or untrusted communication. Enable insecure registry communication, i.e., enable un-encrypted and/or untrusted communication.
@ -239,7 +239,7 @@ is `hyperv`. Linux only supports `default`.
Path to use for daemon PID file. Default is `/var/run/docker.pid` Path to use for daemon PID file. Default is `/var/run/docker.pid`
**--raw-logs** **--raw-logs**
Output daemon logs in full timestamp format without ANSI coloring. If this flag is not set, Output daemon logs in full timestamp format without ANSI coloring. If this flag is not set,
the daemon outputs condensed, colorized logs if a terminal is detected, or full ("raw") the daemon outputs condensed, colorized logs if a terminal is detected, or full ("raw")
output otherwise. output otherwise.