From e5b29318ae88634b80b1fdb97f521283d140b2f8 Mon Sep 17 00:00:00 2001 From: Nitesh Konkar Date: Fri, 7 Sep 2018 20:59:58 +0530 Subject: [PATCH] Limitation: Document docker --security-opt option partially supported Fixes: #241 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com --- Limitations.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Limitations.md b/Limitations.md index ae6b4606..b9fdbbc5 100644 --- a/Limitations.md +++ b/Limitations.md @@ -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