Add all support build tags for runc features

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2015-09-11 12:11:24 -07:00
parent b0fd9fb75a
commit 3200c16937
1 changed files with 12 additions and 0 deletions

View File

@ -32,6 +32,18 @@ sudo make install
In order to enable seccomp support you will need to install libseccomp on your platform.
If you do not with to build `runc` with seccomp support you can add `BUILDTAGS=""` when running make.
#### Build Tags
`runc` supports optional build tags for compiling in support for various features.
| Build Tag | Feature | Dependency |
|-----------|------------------------------------|-------------|
| seccomp | Syscall filtering | libseccomp |
| selinux | selinux process and mount labeling | <none> |
| apparmor | apparmor profile support | libapparmor |
### Using:
To run a container, execute `runc start` in the bundle's root directory: