Persistent volume operations.
Summary
Functions
@spec list() :: {:ok, [Bsdkrun.Types.VolumeInfo.t()]} | {:error, Bsdkrun.Error.t()}
List persistent volumes.
@spec remove( String.t() | [String.t()], keyword() ) :: :ok | {:error, Bsdkrun.Error.t()}
Remove one or more volumes (and their data).