diff options
author | Alex W <embezzle.dev@proton.me> | 2025-02-24 18:08:22 +0000 |
---|---|---|
committer | Alex W <embezzle.dev@proton.me> | 2025-02-24 18:08:22 +0000 |
commit | 32c96681a66171281070c464968ff562d2cde404 (patch) | |
tree | 83066b6e807bc0f4e05fd642ed401afa5d0579a5 /docs/configuration/container/index.rst | |
parent | d615588b4aecb4a9adea7449c5410448a79c1bce (diff) | |
download | vyos-documentation-32c96681a66171281070c464968ff562d2cde404.tar.gz vyos-documentation-32c96681a66171281070c464968ff562d2cde404.zip |
container: T7185: Allow tmpfs mounts within containers
Diffstat (limited to 'docs/configuration/container/index.rst')
-rw-r--r-- | docs/configuration/container/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
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 <name> tmpfs <tmpfsname> destination <path> + + Mount a tmpfs *(ramdisk)* filesystem to the given path within the container. + +.. cfgcmd:: set container name <name> tmpfs <tmpfsname> size <MB> + + Size in MB for tmpfs filesystem, maximum size is 64GB or 50% of the + systems total available memory. + .. cfgcmd:: set container name <name> uid <number> .. cfgcmd:: set container name <name> gid <number> |