bsdkrun/volumes

Host-level operations on persistent volumes.

Values

pub fn list() -> Result(List(types.VolumeInfo), error.Error)

List persistent volumes.

pub fn remove(
  names: List(String),
  force: Bool,
) -> Result(Nil, error.Error)

Remove one or more volumes, and the data they hold.

Search Document