@@ -18,7 +18,7 @@ redirect_from:
1818# daemon
1919
2020``` markdown
21- Usage: dockerd COMMAND
21+ Usage: dockerd COMMAND
2222
2323A self-sufficient runtime for containers.
2424
@@ -39,9 +39,9 @@ Options:
3939 --cpu-rt-runtime int Limit the CPU real-time runtime in microseconds
4040 --data-root string Root directory of persistent Docker state (default "/var/lib/docker")
4141 -D, --debug Enable debug mode
42+ --default-address-pool Set the default address pool for local node networks
4243 --default-gateway ip Container default gateway IPv4 address
4344 --default-gateway-v6 ip Container default gateway IPv6 address
44- --default-address-pool Set the default address pool for local node networks
4545 --default-runtime string Default OCI runtime for containers (default "runc")
4646 --default-ulimit ulimit Default ulimits for containers (default [ ] )
4747 --dns list DNS server to use (default [ ] )
@@ -73,8 +73,8 @@ Options:
7373 --max-concurrent-uploads int Set the max concurrent uploads for each push (default 5)
7474 --metrics-addr string Set default address and port to serve the metrics api on
7575 --mtu int Set the containers network MTU
76- --node-generic-resources list Advertise user-defined resource
7776 --no-new-privileges Set no-new-privileges by default for new containers
77+ --node-generic-resources list Advertise user-defined resource
7878 --oom-score-adjust int Set the oom_score_adj for the daemon (default -500)
7979 -p, --pidfile string Path to use for daemon PID file (default "/var/run/docker.pid")
8080 --raw-logs Full timestamps without ANSI coloring
@@ -88,7 +88,7 @@ Options:
8888 --tls Use TLS; implied by --tlsverify
8989 --tlscacert string Trust certs signed only by this CA (default "~ /.docker/ca.pem")
9090 --tlscert string Path to TLS certificate file (default "~ /.docker/cert.pem")
91- --tlskey string Path to TLS key file (default ~ /.docker/key.pem")
91+ --tlskey string Path to TLS key file (default " ~ /.docker/key.pem")
9292 --tlsverify Use TLS and verify the remote
9393 --userland-proxy Use userland proxy for loopback traffic (default true)
9494 --userland-proxy-path string Path to the userland proxy binary
0 commit comments