mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-12 12:29:11 +00:00
Limitation: Document docker --security-opt option partially supported
Fixes: #241 Signed-off-by: Nitesh Konkar niteshkonkar@in.ibm.com
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user