25 #ifndef MOUNTS_CONFIG_HPP
26 #define MOUNTS_CONFIG_HPP
87 #endif // MOUNTS_CONFIG_HPP
std::vector< MountConfig > MountsConfig
Definition: mounts-config.hpp:55
std::string path
Destination of mount point: path inside container.
Definition: mounts-config.hpp:46
std::vector< std::string > options
List of mount options in the fstab format.
Definition: mounts-config.hpp:72
Configuration file for the code.
std::string name
Name of mount point.
Definition: mounts-config.hpp:41
Definition: mounts-config.hpp:36
#define CARGO_REGISTER(...)
Registers cargo fields within class.
Definition: fields.hpp:74
Definition: mounts-config.hpp:57
std::string type
Filesystem type argument supported by the kernel are listed in /proc/filesystems. ...
Definition: mounts-config.hpp:62
std::string source
Device name, but can also be a directory name.
Definition: mounts-config.hpp:67
std::map< std::string, MountRuntimeConfig > MountsRuntimeConfig
Definition: mounts-config.hpp:82