Skip to content

Commit 47d5e6c

Browse files
Update README.md.
1 parent ac817ce commit 47d5e6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ More detailed instructions are in the [`example README.md`](https://github.com/R
8585
| **command** | string | no | Command to override command defined in the image. |
8686
| **args** | []string | no | Arguments to the command. |
8787
| **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). |
8889
| **readonly_rootfs** | bool | no | Container root filesystem will be read-only. |
8990
| **host_network** | bool | no | Enable host network. This is equivalent to `--net=host` in docker. |
9091
| **cap_add** | []string | no | Add individual capabilities. |

0 commit comments

Comments
 (0)