mirror of https://github.com/docker/cli.git
Missing exec-opt[] option in CommandLine docs
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
This commit is contained in:
parent
a92995bc14
commit
2f114119bd
|
@ -151,6 +151,7 @@ expect an integer, and they can only be specified once.
|
||||||
--dns-search=[] DNS search domains to use
|
--dns-search=[] DNS search domains to use
|
||||||
--default-ulimit=[] Set default ulimit settings for containers
|
--default-ulimit=[] Set default ulimit settings for containers
|
||||||
-e, --exec-driver="native" Exec driver to use
|
-e, --exec-driver="native" Exec driver to use
|
||||||
|
--exec-opt=[] Set exec driver options
|
||||||
--fixed-cidr="" IPv4 subnet for fixed IPs
|
--fixed-cidr="" IPv4 subnet for fixed IPs
|
||||||
--fixed-cidr-v6="" IPv6 subnet for fixed IPs
|
--fixed-cidr-v6="" IPv6 subnet for fixed IPs
|
||||||
-G, --group="docker" Group for the unix socket
|
-G, --group="docker" Group for the unix socket
|
||||||
|
|
Loading…
Reference in New Issue