From 32c96681a66171281070c464968ff562d2cde404 Mon Sep 17 00:00:00 2001 From: Alex W Date: Mon, 24 Feb 2025 18:08:22 +0000 Subject: container: T7185: Allow tmpfs mounts within containers --- docs/configuration/container/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/configuration') diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 979996b0..df8beed1 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -124,6 +124,15 @@ Configuration Volume is either mounted as rw (read-write - default) or ro (read-only) +.. cfgcmd:: set container name tmpfs destination + + Mount a tmpfs *(ramdisk)* filesystem to the given path within the container. + +.. cfgcmd:: set container name tmpfs size + + Size in MB for tmpfs filesystem, maximum size is 64GB or 50% of the + systems total available memory. + .. cfgcmd:: set container name uid .. cfgcmd:: set container name gid -- cgit v1.2.3