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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ More detailed instructions are in the [`example README.md`](https://github.com/R
85
85
|**command**| string | no | Command to override command defined in the image. |
86
86
|**args**|[]string | no | Arguments to the command. |
87
87
|**privileged**| bool | no | Run container in privileged mode. Your container will have all linux capabilities when running in privileged mode. |
88
+
|**seccomp**| bool | no | Enable default seccomp profile. List of [`allowed syscalls`](https://github.com/containerd/containerd/blob/master/contrib/seccomp/seccomp_default.go#L51-L390). |
88
89
|**readonly_rootfs**| bool | no | Container root filesystem will be read-only. |
89
90
|**host_network**| bool | no | Enable host network. This is equivalent to `--net=host` in docker. |
90
91
|**cap_add**|[]string | no | Add individual capabilities. |
0 commit comments