Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #342 from nitkon/patch-3
Browse files Browse the repository at this point in the history
Limitations: Remove seccomp limitation.
  • Loading branch information
grahamwhaley authored Jan 7, 2019
2 parents 66ee0e4 + 4078d0a commit 069987a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 069987a

Please sign in to comment.