mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #1600 from Embezzle/T7185
container: T7185: Allow tmpfs mounts within containers
This commit is contained in:
commit
b347ea2cfc
@ -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