@@ -18,15 +18,15 @@ aliases:
18
18
# daemon
19
19
20
20
``` markdown
21
- Usage: dockerd [OPTIONS]
21
+ Usage: dockerd [OPTIONS]
22
22
23
23
A self-sufficient runtime for containers.
24
24
25
25
Options:
26
26
--add-runtime runtime Register an additional OCI compatible runtime (default [])
27
27
--authorization-plugin list Authorization plugins to load
28
- --bip string Specify default-bridge IPv4 network
29
- --bip6 string Specify default-bridge IPv6 network
28
+ --bip string IPv4 address for the default bridge
29
+ --bip6 string IPv6 address for the default bridge
30
30
-b, --bridge string Attach containers to a network bridge
31
31
--cdi-spec-dir list CDI specification directories to use
32
32
--cgroup-parent string Set parent cgroup for all containers
@@ -43,8 +43,8 @@ Options:
43
43
-D, --debug Enable debug mode
44
44
--default-address-pool pool-options Default address pools for node specific local networks
45
45
--default-cgroupns-mode string Default mode for containers cgroup namespace ("host" | "private") (default "private")
46
- --default-gateway ip Container default gateway IPv4 address
47
- --default-gateway-v6 ip Container default gateway IPv6 address
46
+ --default-gateway ip Default gateway IPv4 address for the default bridge network
47
+ --default-gateway-v6 ip Default gateway IPv6 address for the default bridge network
48
48
--default-ipc-mode string Default mode for containers ipc ("shareable" | "private") (default "private")
49
49
--default-network-opt mapmap Default network options (default map[])
50
50
--default-runtime string Default OCI runtime for containers (default "runc")
@@ -57,26 +57,26 @@ Options:
57
57
--exec-root string Root directory for execution state files (default "/var/run/docker")
58
58
--experimental Enable experimental features
59
59
--feature map Enable feature in the daemon
60
- --fixed-cidr string IPv4 subnet for fixed IPs
61
- --fixed-cidr-v6 string IPv6 subnet for fixed IPs
60
+ --fixed-cidr string IPv4 subnet for the default bridge network
61
+ --fixed-cidr-v6 string IPv6 subnet for the default bridge network
62
62
-G, --group string Group for the unix socket (default "docker")
63
63
--help Print usage
64
64
-H, --host list Daemon socket(s) to connect to
65
65
--host-gateway-ip list IP addresses that the special 'host-gateway' string in --add-host resolves to.
66
66
Defaults to the IP addresses of the default bridge
67
67
--http-proxy string HTTP proxy URL to use for outgoing traffic
68
68
--https-proxy string HTTPS proxy URL to use for outgoing traffic
69
- --icc Enable inter-container communication (default true)
69
+ --icc Enable inter-container communication for the default bridge network (default true)
70
70
--init Run an init in the container to forward signals and reap processes
71
71
--init-path string Path to the docker-init binary
72
72
--insecure-registry list Enable insecure registry communication
73
- --ip ip Default IP when binding container ports (default 0.0.0.0)
73
+ --ip ip Host IP for port publishing from the default bridge network (default 0.0.0.0)
74
74
--ip-forward Enable IP forwarding in system configuration (default true)
75
75
--ip-forward-no-drop Do not set the filter-FORWARD policy to DROP when enabling IP forwarding
76
- --ip-masq Enable IP masquerading (default true)
77
- --ip6tables Enable addition of ip6tables rules (experimental )
76
+ --ip-masq Enable IP masquerading for the default bridge network (default true)
77
+ --ip6tables Enable addition of ip6tables rules (default true )
78
78
--iptables Enable addition of iptables rules (default true)
79
- --ipv6 Enable IPv6 networking
79
+ --ipv6 Enable IPv6 networking for the default bridge network
80
80
--label list Set key=value labels to the daemon
81
81
--live-restore Enable live restore of docker when containers are still running
82
82
--log-driver string Default driver for container logs (default "json-file")
@@ -87,7 +87,7 @@ Options:
87
87
--max-concurrent-uploads int Set the max concurrent uploads (default 5)
88
88
--max-download-attempts int Set the max download attempts for each pull (default 5)
89
89
--metrics-addr string Set default address and port to serve the metrics api on
90
- --mtu int Set the containers network MTU (default 1500)
90
+ --mtu int Set the MTU for the default "bridge" network (default 1500)
91
91
--network-control-plane-mtu int Network Control plane MTU (default 1500)
92
92
--no-new-privileges Set no-new-privileges by default for new containers
93
93
--no-proxy string Comma-separated list of hosts or IP addresses for which the proxy is skipped
0 commit comments