From 395cff480d2d27bbd4d35ca548def18744d9cc4b Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 15 Feb 2022 15:29:12 +0000 Subject: [PATCH] docs: Remove docker run and shared memory from limitations This PR removes the docker run and shared memory segment from the limitations document as for kata 2.0 we do not support docker and this is not longer valid. Fixes #3676 Signed-off-by: Gabriela Cervantes --- docs/Limitations.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/Limitations.md b/docs/Limitations.md index 9ffd5833ab..9c2b44c278 100644 --- a/docs/Limitations.md +++ b/docs/Limitations.md @@ -97,13 +97,6 @@ See issue https://github.com/clearcontainers/runtime/issues/341 and [the constra For CPUs resource management see [CPU constraints](design/vcpu-handling.md). -### docker run and shared memory - -The runtime does not implement the `docker run --shm-size` command to -set the size of the `/dev/shm tmpfs` within the container. It is possible to pass this configuration value into the VM container so the appropriate mount command happens at launch time. - -See issue https://github.com/kata-containers/kata-containers/issues/21 for more information. - # Architectural limitations This section lists items that might not be fixed due to fundamental