You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Linux ABI includes both syscalls and several special file paths.
9
-
Applications expecting a Linux environment will very likely expect these file paths to be setup correctly.
9
+
Applications expecting a Linux environment will very likely expect these file paths to be set up correctly.
10
10
11
11
The following filesystems SHOULD be made available in each container's filesystem:
12
12
@@ -24,7 +24,7 @@ Changes to the global resource are visible to other processes that are members o
24
24
For more information, see the [namespaces(7)][namespaces.7_2] man page.
25
25
26
26
Namespaces are specified as an array of entries inside the `namespaces` root field.
27
-
The following parameters can be specified to setup namespaces:
27
+
The following parameters can be specified to set up namespaces:
28
28
29
29
***`type`***(string, REQUIRED)* - namespace type. The following namespace types are supported:
30
30
***`pid`** processes inside the container will only be able to see other processes inside the same container.
@@ -161,7 +161,7 @@ In addition to any devices configured with this setting, the runtime MUST also s
161
161
*[`/dev/random`][random.4]
162
162
*[`/dev/urandom`][random.4]
163
163
*[`/dev/tty`][tty.4]
164
-
*[`/dev/console`][console.4] is setup if terminal is enabled in the config by bind mounting the pseudoterminal slave to /dev/console.
164
+
*[`/dev/console`][console.4] is set up if terminal is enabled in the config by bind mounting the pseudoterminal slave to /dev/console.
165
165
*[`/dev/ptmx`][pts.4].
166
166
A [bind-mount or symlink of the container's `/dev/pts/ptmx`][devpts].
167
167
@@ -270,7 +270,7 @@ For more information, see the kernel cgroups documentation about [memory][cgroup
270
270
**`memory`** (object, OPTIONAL) represents the cgroup subsystem `memory` and it's used to set limits on the container's memory usage.
271
271
For more information, see the kernel cgroups documentation about [memory][cgroup-v1-memory].
272
272
273
-
The following parameters can be specified to setup the controller:
273
+
The following parameters can be specified to set up the controller:
274
274
275
275
***`limit`***(uint64, OPTIONAL)* - sets limit of memory usage in bytes
276
276
@@ -302,7 +302,7 @@ The following parameters can be specified to setup the controller:
302
302
**`cpu`** (object, OPTIONAL) represents the cgroup subsystems `cpu` and `cpusets`.
303
303
For more information, see the kernel cgroups documentation about [cpusets][cgroup-v1-cpusets].
304
304
305
-
The following parameters can be specified to setup the controller:
305
+
The following parameters can be specified to set up the controller:
306
306
307
307
***`shares`***(uint64, OPTIONAL)* - specifies a relative share of CPU time available to the tasks in a cgroup
308
308
@@ -337,7 +337,7 @@ The following parameters can be specified to setup the controller:
337
337
**`blockIO`** (object, OPTIONAL) represents the cgroup subsystem `blkio` which implements the block IO controller.
338
338
For more information, see the kernel cgroups documentation about [blkio][cgroup-v1-blkio].
339
339
340
-
The following parameters can be specified to setup the controller:
340
+
The following parameters can be specified to set up the controller:
341
341
342
342
***`blkioWeight`***(uint16, OPTIONAL)* - specifies per-cgroup weight. This is default weight of the group on all devices until and unless overridden by per-device rules.
343
343
@@ -419,7 +419,7 @@ Each entry has the following structure:
419
419
**`network`** (object, OPTIONAL) represents the cgroup subsystems `net_cls` and `net_prio`.
420
420
For more information, see the kernel cgroups documentations about [net\_cls cgroup][cgroup-v1-net-cls] and [net\_prio cgroup][cgroup-v1-net-prio].
421
421
422
-
The following parameters can be specified to setup the controller:
422
+
The following parameters can be specified to set up the controller:
423
423
424
424
***`classID`***(uint32, OPTIONAL)* - is the network class identifier the cgroup's network packets will be tagged with
425
425
@@ -451,7 +451,7 @@ The following parameters can be specified to setup the controller:
451
451
**`pids`** (object, OPTIONAL) represents the cgroup subsystem `pids`.
452
452
For more information, see the kernel cgroups documentation about [pids][cgroup-v1-pids].
453
453
454
-
The following parameters can be specified to setup the controller:
454
+
The following parameters can be specified to set up the controller:
455
455
456
456
***`limit`***(int64, REQUIRED)* - specifies the maximum number of tasks in the cgroup
457
457
@@ -514,7 +514,7 @@ The actions, architectures, and operators are strings that match the definitions
514
514
515
515
**`seccomp`** (object, OPTIONAL)
516
516
517
-
The following parameters can be specified to setup seccomp:
517
+
The following parameters can be specified to set up seccomp:
518
518
519
519
***`defaultAction`***(string, REQUIRED)* - the default action for seccomp. Allowed values are the same as `syscalls[].action`.
0 commit comments