diff --git a/man/dockerd.8.md b/man/dockerd.8.md index 0224035970..a19ad0ad54 100644 --- a/man/dockerd.8.md +++ b/man/dockerd.8.md @@ -12,6 +12,7 @@ dockerd - Enable daemon mode [**--authorization-plugin**[=*[]*]] [**-b**|**--bridge**[=*BRIDGE*]] [**--bip**[=*BIP*]] +[**--capabilities**[=*[]*]] [**--cgroup-parent**[=*[]*]] [**--cluster-store**[=*[]*]] [**--cluster-advertise**[=*[]*]] @@ -148,6 +149,10 @@ $ sudo dockerd --add-runtime runc=runc --add-runtime custom=/usr/local/bin/my-ru Use the provided CIDR notation address for the dynamically created bridge (docker0); Mutually exclusive of \-b +**--capabilities**="" + Set the default capabilities. The first use of this flag will set the capabilities + to that capability. Additional uses of this flag will add additional capabilities. + **--cgroup-parent**="" Set parent cgroup for all containers. Default is "/docker" for fs cgroup driver and "system.slice" for systemd cgroup driver.