From 47d5e6c03ef8bf0559a3c65d452b2e74c26c1407 Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Thu, 27 Aug 2020 15:42:31 -0700 Subject: [PATCH] Update README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b31e68..35e2fd1 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ More detailed instructions are in the [`example README.md`](https://github.com/R | **command** | string | no | Command to override command defined in the image. | | **args** | []string | no | Arguments to the command. | | **privileged** | bool | no | Run container in privileged mode. Your container will have all linux capabilities when running in privileged mode. | +| **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). | | **readonly_rootfs** | bool | no | Container root filesystem will be read-only. | | **host_network** | bool | no | Enable host network. This is equivalent to `--net=host` in docker. | | **cap_add** | []string | no | Add individual capabilities. |