pub async fn ensure_volumes_exist(
client: &DockerClient,
) -> Result<(), DockerError>Expand description
Ensure all required volumes exist
Creates volumes if they don’t exist. This operation is idempotent - calling it multiple times has no additional effect.