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 #242 from nitkon/master
Browse files Browse the repository at this point in the history
Limitation: Document docker --security-opt option not supported
  • Loading branch information
gnawux authored Sep 12, 2018
2 parents d10bf8b + e5b2931 commit ac8f668
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* [docker run --privileged](#docker-run---privileged)
* [Miscellaneous](#miscellaneous)
* [Docker ramdisk not supported](#docker-ramdisk-not-supported)
* [Docker --security-opt partially supported](#docker---security-opt-option-partially-supported)
* [Appendices](#appendices)
* [The constraints challenge](#the-constraints-challenge)

Expand Down Expand Up @@ -247,6 +248,13 @@ container to run entirely on a RAM disk is not supported.

See https://github.com/kata-containers/runtime/issues/134 for more information.

## 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.

# Appendices

## The constraints challenge
Expand Down

0 comments on commit ac8f668

Please sign in to comment.