Skip to content

Commit 0a8cb71

Browse files
Update README.md.
1 parent 52e75c7 commit 0a8cb71

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
@@ -86,6 +86,7 @@ More detailed instructions are in the [`example README.md`](https://github.com/R
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. |
8888
| **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). |
89+
| **seccomp_profile** | string | no | Path to custom seccomp profile. `seccomp` must be set to `true` in order to use `seccomp_profile`. The default `docker` seccomp profile found [`here`](https://github.com/moby/moby/blob/master/profiles/seccomp/default.json) can be used as a reference, and modified to create a custom seccomp profile. |
8990
| **readonly_rootfs** | bool | no | Container root filesystem will be read-only. |
9091
| **host_network** | bool | no | Enable host network. This is equivalent to `--net=host` in docker. |
9192
| **cap_add** | []string | no | Add individual capabilities. |

0 commit comments

Comments
 (0)