|
FlatImage
A configurable Linux containerization system
|
Represents a single bind mount from host to guest. More...
#include <bind.hpp>
Public Attributes | |
| size_t | index |
| Sequential index of this bind mount in the collection. | |
| fs::path | path_src |
| Source path on the host system. | |
| fs::path | path_dst |
| Destination path inside the sandbox. | |
| Type | type |
| Access type for this bind mount. | |
Represents a single bind mount from host to guest.
A Bind contains the configuration for mounting a host filesystem path into the sandbox. It specifies the source path on the host, the destination path inside the sandbox, the access type (read-only, read-write, or device), and an index for ordering within the bind mount collection.
| size_t ns_db::ns_bind::Bind::index |
| fs::path ns_db::ns_bind::Bind::path_dst |
| fs::path ns_db::ns_bind::Bind::path_src |
| Type ns_db::ns_bind::Bind::type |