Page MenuHomeVyOS Platform

Allow tmpfs mounts within containers
Closed, ResolvedPublicFEATURE REQUEST

Description

Summary
Add support for mounting tmpfs volumes within podman containers created via the VyOS configuration.
This allows a user to bind certain paths within a container to ramdisks instead of persistent storage, which can be advantageous either for speed or security.

Users should be able to set the size of the tmpfs volume in MBs.

Example Configuration

set container name test01 tmpfs work destination /opt/work
set container name test01 tmpfs work size 1024

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)