|
@@ -46,6 +46,7 @@ docker-create - Create a new container
|
|
[**-v**|**--volume**[=*[]*]]
|
|
[**-v**|**--volume**[=*[]*]]
|
|
[**--volumes-from**[=*[]*]]
|
|
[**--volumes-from**[=*[]*]]
|
|
[**-w**|**--workdir**[=*WORKDIR*]]
|
|
[**-w**|**--workdir**[=*WORKDIR*]]
|
|
|
|
+[**--cgroup-parent**[=*CGROUP-PATH*]]
|
|
IMAGE [COMMAND] [ARG...]
|
|
IMAGE [COMMAND] [ARG...]
|
|
|
|
|
|
# OPTIONS
|
|
# OPTIONS
|
|
@@ -67,6 +68,9 @@ IMAGE [COMMAND] [ARG...]
|
|
**--cidfile**=""
|
|
**--cidfile**=""
|
|
Write the container ID to the file
|
|
Write the container ID to the file
|
|
|
|
|
|
|
|
+**--cgroup-parent**=""
|
|
|
|
+ Path to cgroups under which the cgroup for the container will be created. If the path is not absolute, the path is considered to be relative to the cgroups path of the init process. Cgroups will be created if they do not already exist.
|
|
|
|
+
|
|
**--cpuset-cpus**=""
|
|
**--cpuset-cpus**=""
|
|
CPUs in which to allow execution (0-3, 0,1)
|
|
CPUs in which to allow execution (0-3, 0,1)
|
|
|
|
|