mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 14:28:35 +00:00
Merge pull request #297 from GabyCT/topic/removeramdisk
docs: Remove Ramdisk Limitations
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
* [Host resource sharing](#host-resource-sharing)
|
* [Host resource sharing](#host-resource-sharing)
|
||||||
* [docker run --privileged](#docker-run---privileged)
|
* [docker run --privileged](#docker-run---privileged)
|
||||||
* [Miscellaneous](#miscellaneous)
|
* [Miscellaneous](#miscellaneous)
|
||||||
* [Docker ramdisk not supported](#docker-ramdisk-not-supported)
|
|
||||||
* [Docker --security-opt partially supported](#docker---security-opt-option-partially-supported)
|
* [Docker --security-opt partially supported](#docker---security-opt-option-partially-supported)
|
||||||
* [Appendices](#appendices)
|
* [Appendices](#appendices)
|
||||||
* [The constraints challenge](#the-constraints-challenge)
|
* [The constraints challenge](#the-constraints-challenge)
|
||||||
@@ -253,13 +252,6 @@ The `--privileged` option can be used with `runc` containers and inter-mixed wit
|
|||||||
|
|
||||||
This section lists limitations where the possible solutions are uncertain.
|
This section lists limitations where the possible solutions are uncertain.
|
||||||
|
|
||||||
## Docker ramdisk not supported
|
|
||||||
|
|
||||||
The `DOCKER_RAMDISK=true` environment variable used by Docker to force the
|
|
||||||
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
|
## Docker --security-opt option partially supported
|
||||||
|
|
||||||
The `--security-opt=` option used by Docker is partially supported.
|
The `--security-opt=` option used by Docker is partially supported.
|
||||||
|
Reference in New Issue
Block a user