Skip to main content

remove_all_volumes

Function remove_all_volumes 

Source
pub async fn remove_all_volumes(
    client: &DockerClient,
) -> Result<(), DockerError>
Expand description

Remove all opencode-cloud volumes

Used during uninstall. Fails if any volume is in use.