mirror of https://github.com/docker/cli.git
docs for `docker daemon --containerd`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
3f15ba3bdf
commit
85f983178b
|
@ -21,13 +21,14 @@ weight = -1
|
||||||
-b, --bridge="" Attach containers to a network bridge
|
-b, --bridge="" Attach containers to a network bridge
|
||||||
--bip="" Specify network bridge IP
|
--bip="" Specify network bridge IP
|
||||||
--cgroup-parent= Set parent cgroup for all containers
|
--cgroup-parent= Set parent cgroup for all containers
|
||||||
-D, --debug Enable debug mode
|
|
||||||
--default-gateway="" Container default gateway IPv4 address
|
|
||||||
--default-gateway-v6="" Container default gateway IPv6 address
|
|
||||||
--cluster-store="" URL of the distributed storage backend
|
--cluster-store="" URL of the distributed storage backend
|
||||||
--cluster-advertise="" Address of the daemon instance on the cluster
|
--cluster-advertise="" Address of the daemon instance on the cluster
|
||||||
--cluster-store-opt=map[] Set cluster options
|
--cluster-store-opt=map[] Set cluster options
|
||||||
--config-file=/etc/docker/daemon.json Daemon configuration file
|
--config-file=/etc/docker/daemon.json Daemon configuration file
|
||||||
|
--containerd Path to containerd socket
|
||||||
|
-D, --debug Enable debug mode
|
||||||
|
--default-gateway="" Container default gateway IPv4 address
|
||||||
|
--default-gateway-v6="" Container default gateway IPv6 address
|
||||||
--dns=[] DNS server to use
|
--dns=[] DNS server to use
|
||||||
--dns-opt=[] DNS options to use
|
--dns-opt=[] DNS options to use
|
||||||
--dns-search=[] DNS search domains to use
|
--dns-search=[] DNS search domains to use
|
||||||
|
|
|
@ -15,6 +15,7 @@ docker-daemon - Enable daemon mode
|
||||||
[**--cluster-advertise**[=*[]*]]
|
[**--cluster-advertise**[=*[]*]]
|
||||||
[**--cluster-store-opt**[=*map[]*]]
|
[**--cluster-store-opt**[=*map[]*]]
|
||||||
[**--config-file**[=*/etc/docker/daemon.json*]]
|
[**--config-file**[=*/etc/docker/daemon.json*]]
|
||||||
|
[**--containerd**[=*SOCKET-PATH*]]
|
||||||
[**-D**|**--debug**]
|
[**-D**|**--debug**]
|
||||||
[**--default-gateway**[=*DEFAULT-GATEWAY*]]
|
[**--default-gateway**[=*DEFAULT-GATEWAY*]]
|
||||||
[**--default-gateway-v6**[=*DEFAULT-GATEWAY-V6*]]
|
[**--default-gateway-v6**[=*DEFAULT-GATEWAY-V6*]]
|
||||||
|
@ -101,6 +102,9 @@ format.
|
||||||
**--config-file**="/etc/docker/daemon.json"
|
**--config-file**="/etc/docker/daemon.json"
|
||||||
Specifies the JSON file path to load the configuration from.
|
Specifies the JSON file path to load the configuration from.
|
||||||
|
|
||||||
|
**--containerd**=""
|
||||||
|
Path to containerd socket.
|
||||||
|
|
||||||
**-D**, **--debug**=*true*|*false*
|
**-D**, **--debug**=*true*|*false*
|
||||||
Enable debug mode. Default is false.
|
Enable debug mode. Default is false.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue