pub fn create_filesystem<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
config_name: &str,
config_verity: Option<&ObjectID>,
) -> Result<FileSystem<ObjectID>>Expand description
Creates a filesystem from the given OCI container. No special transformations are performed to make the filesystem bootable.