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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,8 @@ To interact with `images` and `containers` directly, you can use [`nerdctl`](htt
123
123
|**extra_hosts**|[]string | no | A list of hosts, given as host:IP, to be added to /etc/hosts. |
124
124
|**cap_add**|[]string | no | Add individual capabilities. |
125
125
|**cap_drop**|[]string | no | Drop invidual capabilities. |
126
+
|**cpuset_cpus**| string | no | CPUs in which to allow execution (0-3, 0,1). |
127
+
|**cpuset_mems**| string | no | MEMs in which to allow execution (0-3, 0,1). |
126
128
|**devices**|[]string | no | A list of devices to be exposed to the container. |
127
129
|**auth**| block | no | Provide authentication for a private registry. See [Authentication](#authentication-private-registry) for more details. |
128
130
|**mounts**|[]block | no | A list of mounts to be mounted in the container. Volume, bind and tmpfs type mounts are supported. fstab style [`mount options`](https://github.com/containerd/containerd/blob/master/mount/mount_linux.go#L211-L235) are supported. |
0 commit comments