Add support for kernel memory limit
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com> Upstream-commit: b6f1b4ad350cbf1f540797eee44520694237d47c Component: engine
This commit is contained in:
@ -40,6 +40,7 @@ Creates a new container.
|
||||
--help=false Print usage
|
||||
-i, --interactive=false Keep STDIN open even if not attached
|
||||
--ipc="" IPC namespace to use
|
||||
--kernel-memory="" Kernel memory limit
|
||||
-l, --label=[] Set metadata on the container (e.g., --label=com.example.key=value)
|
||||
--label-file=[] Read in a line delimited file of labels
|
||||
--link=[] Add link to another container
|
||||
|
||||
@ -40,6 +40,7 @@ weight=1
|
||||
--help=false Print usage
|
||||
-i, --interactive=false Keep STDIN open even if not attached
|
||||
--ipc="" IPC namespace to use
|
||||
--kernel-memory="" Kernel memory limit
|
||||
-l, --label=[] Set metadata on the container (e.g., --label=com.example.key=value)
|
||||
--label-file=[] Read in a file of labels (EOL delimited)
|
||||
--link=[] Add link to another container
|
||||
|
||||
Reference in New Issue
Block a user