mirror of https://github.com/docker/cli.git
Updates to the man pages for capabilities.
Signed-off-by: zach <Zachary.Joyner@linux.com>
This commit is contained in:
parent
b45b4b28f9
commit
66773eaaaf
|
@ -12,6 +12,7 @@ dockerd - Enable daemon mode
|
||||||
[**--authorization-plugin**[=*[]*]]
|
[**--authorization-plugin**[=*[]*]]
|
||||||
[**-b**|**--bridge**[=*BRIDGE*]]
|
[**-b**|**--bridge**[=*BRIDGE*]]
|
||||||
[**--bip**[=*BIP*]]
|
[**--bip**[=*BIP*]]
|
||||||
|
[**--capabilities**[=*[]*]]
|
||||||
[**--cgroup-parent**[=*[]*]]
|
[**--cgroup-parent**[=*[]*]]
|
||||||
[**--cluster-store**[=*[]*]]
|
[**--cluster-store**[=*[]*]]
|
||||||
[**--cluster-advertise**[=*[]*]]
|
[**--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
|
Use the provided CIDR notation address for the dynamically created bridge
|
||||||
(docker0); Mutually exclusive of \-b
|
(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**=""
|
**--cgroup-parent**=""
|
||||||
Set parent cgroup for all containers. Default is "/docker" for fs cgroup
|
Set parent cgroup for all containers. Default is "/docker" for fs cgroup
|
||||||
driver and "system.slice" for systemd cgroup driver.
|
driver and "system.slice" for systemd cgroup driver.
|
||||||
|
|
Loading…
Reference in New Issue