@@ -76,7 +76,7 @@ If a new namespace is not created (because the namespace type is not listed, or
7676** ` uidMappings ` ** (array of objects, OPTIONAL) describes the user namespace uid mappings from the host to the container.
7777** ` gidMappings ` ** (array of objects, OPTIONAL) describes the user namespace gid mappings from the host to the container.
7878
79- The following parameters can be specified :
79+ Each entry has the following structure :
8080
8181* ** ` hostID ` ** (uint32, REQUIRED)* - is the starting uid/gid on the host to be mapped to * containerID* .
8282* ** ` containerID ` ** (uint32, REQUIRED)* - is the starting uid/gid in the container.
@@ -109,7 +109,7 @@ There is a limit of 5 mappings which is the Linux kernel hard limit.
109109** ` devices ` ** (array of objects, OPTIONAL) lists devices that MUST be available in the container.
110110The runtime may supply them however it likes (with [ mknod] [ mknod.2 ] , by bind mounting from the runtime mount namespace, etc.).
111111
112- The following parameters can be specified :
112+ Each entry has the following structure :
113113
114114* ** ` type ` ** * (string, REQUIRED)* - type of device: ` c ` , ` b ` , ` u ` or ` p ` .
115115 More info in [ mknod(1)] [ mknod.1 ] .
@@ -209,7 +209,7 @@ However, a runtime MAY attach the container process to additional cgroup control
209209** ` devices ` ** (array of objects, OPTIONAL) configures the [ device whitelist] [ cgroup-v1-devices ] .
210210The runtime MUST apply entries in the listed order.
211211
212- The following parameters can be specified :
212+ Each entry has the following structure :
213213
214214* ** ` allow ` ** * (boolean, REQUIRED)* - whether the entry is allowed or denied.
215215* ** ` type ` ** * (string, OPTIONAL)* - type of device: ` a ` (all), ` c ` (char), or ` b ` (block).
@@ -428,7 +428,7 @@ Each entry has the following structure:
428428** ` network ` ** (object, OPTIONAL) represents the cgroup subsystems ` net_cls ` and ` net_prio ` .
429429For more information, see [ the net\_ cls cgroup man page] [ cgroup-v1-net-cls ] and [ the net\_ prio cgroup man page] [ cgroup-v1-net-prio ] .
430430
431- The following parameters can be specified to setup these cgroup controllers :
431+ The following parameters can be specified to setup the controller :
432432
433433* ** ` classID ` ** * (uint32, OPTIONAL)* - is the network class identifier the cgroup's network packets will be tagged with
434434
0 commit comments