mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 15:14:08 +00:00
Merge pull request #242 from nitkon/master
Limitation: Document docker --security-opt option not supported
This commit is contained in:
commit
ac8f66870e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user