sal-virt 0.1.0

SAL Virt - Virtualization and containerization tools including Buildah, Nerdctl, and RFS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod builder;
mod cmd;
mod error;
mod mount;
mod pack;
mod types;

pub use builder::{PackBuilder, RfsBuilder};
pub use error::RfsError;
pub use mount::{get_mount_info, list_mounts, unmount, unmount_all};
pub use pack::{list_contents, pack_directory, unpack, verify};
pub use types::{Mount, MountType, StoreSpec};

// Re-export the execute_rfs_command function for use in other modules