Merge pull request #265 from crosbymichael/tags
Add all support build tags for runc features
This commit is contained in:
commit
8660fd2325
12
README.md
12
README.md
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue