Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 4105fc6

Browse files
committed
docs: fix order of flags in usage, and fix missing quote
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 9a58504d3353d2166350b57533d4fb39a73513b9) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 55a5ab0f0a1b84a0265308b5a2f2b5e535e77dc1 Component: cli
1 parent 47b885b commit 4105fc6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • components/cli/docs/reference/commandline

components/cli/docs/reference/commandline/dockerd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ redirect_from:
1818
# daemon
1919

2020
```markdown
21-
Usage: dockerd COMMAND
21+
Usage: dockerd COMMAND
2222

2323
A 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

Comments
 (0)