Merge pull request #265 from crosbymichael/tags

Add all support build tags for runc features
This commit is contained in:
Mrunal Patel 2015-09-11 12:16:37 -07:00
commit 8660fd2325
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. 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. 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: ### Using:
To run a container, execute `runc start` in the bundle's root directory: To run a container, execute `runc start` in the bundle's root directory: