mirror of https://github.com/docker/cli.git
man page fix: remove -e/--exec-drive=native related description
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com>
This commit is contained in:
parent
6a6c99d7fe
commit
fcd2860045
|
@ -226,10 +226,8 @@ inside it)
|
||||||
|
|
||||||
# EXEC DRIVER OPTIONS
|
# EXEC DRIVER OPTIONS
|
||||||
|
|
||||||
Use the **--exec-opt** flags to specify options to the execution driver. The only
|
Use the **--exec-opt** flags to specify options to the execution driver.
|
||||||
runtime that accepts any options is Linux. As a
|
The following options are available:
|
||||||
result, you must also specify **-s=**native for this option to have effect. The
|
|
||||||
following is the only *native* option:
|
|
||||||
|
|
||||||
#### native.cgroupdriver
|
#### native.cgroupdriver
|
||||||
Specifies the management of the container's `cgroups`. You can specify
|
Specifies the management of the container's `cgroups`. You can specify
|
||||||
|
|
Loading…
Reference in New Issue