@@ -18,15 +18,15 @@ aliases:
1818# daemon
1919
2020``` markdown
21- Usage: dockerd [ OPTIONS]
21+ Usage: dockerd [ OPTIONS]
2222
2323A self-sufficient runtime for containers.
2424
2525Options:
2626 --add-runtime runtime Register an additional OCI compatible runtime (default [ ] )
2727 --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
3030 -b, --bridge string Attach containers to a network bridge
3131 --cdi-spec-dir list CDI specification directories to use
3232 --cgroup-parent string Set parent cgroup for all containers
@@ -43,8 +43,8 @@ Options:
4343 -D, --debug Enable debug mode
4444 --default-address-pool pool-options Default address pools for node specific local networks
4545 --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
4848 --default-ipc-mode string Default mode for containers ipc ("shareable" | "private") (default "private")
4949 --default-network-opt mapmap Default network options (default map[ ] )
5050 --default-runtime string Default OCI runtime for containers (default "runc")
@@ -57,26 +57,26 @@ Options:
5757 --exec-root string Root directory for execution state files (default "/var/run/docker")
5858 --experimental Enable experimental features
5959 --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
6262 -G, --group string Group for the unix socket (default "docker")
6363 --help Print usage
6464 -H, --host list Daemon socket(s) to connect to
6565 --host-gateway-ip list IP addresses that the special 'host-gateway' string in --add-host resolves to.
6666 Defaults to the IP addresses of the default bridge
6767 --http-proxy string HTTP proxy URL to use for outgoing traffic
6868 --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)
7070 --init Run an init in the container to forward signals and reap processes
7171 --init-path string Path to the docker-init binary
7272 --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)
7474 --ip-forward Enable IP forwarding in system configuration (default true)
7575 --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 )
7878 --iptables Enable addition of iptables rules (default true)
79- --ipv6 Enable IPv6 networking
79+ --ipv6 Enable IPv6 networking for the default bridge network
8080 --label list Set key=value labels to the daemon
8181 --live-restore Enable live restore of docker when containers are still running
8282 --log-driver string Default driver for container logs (default "json-file")
@@ -87,7 +87,7 @@ Options:
8787 --max-concurrent-uploads int Set the max concurrent uploads (default 5)
8888 --max-download-attempts int Set the max download attempts for each pull (default 5)
8989 --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)
9191 --network-control-plane-mtu int Network Control plane MTU (default 1500)
9292 --no-new-privileges Set no-new-privileges by default for new containers
9393 --no-proxy string Comma-separated list of hosts or IP addresses for which the proxy is skipped
0 commit comments