pub fn mount<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
name: &str,
mountpoint: &str,
verity: Option<&ObjectID>,
) -> Result<()>Expand description
Mounts a sealed container filesystem at the specified mountpoint.
Reads the container configuration to extract the fs-verity hash from the
“containers.composefs.fsverity” label, then mounts the corresponding filesystem.
The container must have been previously sealed using seal().
Returns an error if the container is not sealed or if mounting fails.