Merge pull request #242 from nitkon/master

Limitation: Document docker --security-opt option not supported
This commit is contained in:
Xu Wang 2018-09-12 15:38:21 +08:00 committed by GitHub
commit ac8f66870e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
@ -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