diff --git a/Limitations.md b/Limitations.md index 9e0cedc15b..82ee4a7691 100644 --- a/Limitations.md +++ b/Limitations.md @@ -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