mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-10 13:19:08 +00:00
limitations: remove 'docker run and kernel memory' section
issue https://github.com/kata-containers/runtime/issues/187 was fixed fixes #239 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
* [Adding networks dynamically](#adding-networks-dynamically)
|
* [Adding networks dynamically](#adding-networks-dynamically)
|
||||||
* [Docker swarm support](#docker-swarm-support)
|
* [Docker swarm support](#docker-swarm-support)
|
||||||
* [Resource management](#resource-management)
|
* [Resource management](#resource-management)
|
||||||
* [docker run and kernel memory](#docker-run-and-kernel-memory)
|
|
||||||
* [docker run and shared memory](#docker-run-and-shared-memory)
|
* [docker run and shared memory](#docker-run-and-shared-memory)
|
||||||
* [docker run and sysctl](#docker-run-and-sysctl)
|
* [docker run and sysctl](#docker-run-and-sysctl)
|
||||||
* [Architectural limitations](#architectural-limitations)
|
* [Architectural limitations](#architectural-limitations)
|
||||||
@@ -169,14 +168,6 @@ See issue https://github.com/clearcontainers/runtime/issues/341 and [the constra
|
|||||||
For CPUs resource management see
|
For CPUs resource management see
|
||||||
[cpu-constraints](constraints/cpu.md).
|
[cpu-constraints](constraints/cpu.md).
|
||||||
|
|
||||||
### docker run and kernel memory
|
|
||||||
|
|
||||||
The `docker run --kernel-memory=` option is not currently implemented.
|
|
||||||
It should be possible to pass this information through to the QEMU
|
|
||||||
command line CPU configuration options to gain a similar effect.
|
|
||||||
|
|
||||||
See issue https://github.com/kata-containers/runtime/issues/187 for more information.
|
|
||||||
|
|
||||||
### docker run and shared memory
|
### docker run and shared memory
|
||||||
|
|
||||||
The runtime does not implement the `docker run --shm-size` command to
|
The runtime does not implement the `docker run --shm-size` command to
|
||||||
|
Reference in New Issue
Block a user