Merge pull request #342 from nitkon/patch-3

Limitations: Remove seccomp limitation.
This commit is contained in:
Graham Whaley
2019-01-07 11:15:30 +00:00
committed by GitHub

View File

@@ -255,10 +255,10 @@ This section lists limitations where the possible solutions are uncertain.
## Docker --security-opt option partially supported
The `--security-opt=` option used by Docker is partially supported.
We only support --security-opt=no-new-privileges option as of today.
See https://github.com/kata-containers/kata-containers/issues/31 for more information.
We only support `--security-opt=no-new-privileges` and `--security-opt seccomp=/path/to/seccomp/profile.json`
option as of today.
Note: The `--security-opt apparmor=your_profile` is not yet supported. See https://github.com/kata-containers/runtime/issues/707.
# Appendices
## The constraints challenge