Limitation: Document docker --security-opt option partially supported

Fixes: #241

Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
This commit is contained in:
Nitesh Konkar
2018-09-07 20:59:58 +05:30
parent 9bd2edd4bc
commit e5b29318ae

View File

@@ -24,6 +24,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)
@@ -256,6 +257,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