mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-15 18:12:02 +01:00
container: T7185: Allow tmpfs mounts within containers
This commit is contained in:
parent
d615588b4a
commit
32c96681a6
@ -124,6 +124,15 @@ Configuration
|
|||||||
|
|
||||||
Volume is either mounted as rw (read-write - default) or ro (read-only)
|
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> uid <number>
|
||||||
.. cfgcmd:: set container name <name> gid <number>
|
.. cfgcmd:: set container name <name> gid <number>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user