public class DockerApi.VolumeApi
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
delete(VolumeName name,
boolean force)
Delete a volume.
|
public void delete(VolumeName name, boolean force) throws java.io.IOException
name - the name of the volume to deleteforce - if the deletion should be forcedjava.io.IOException - on IO error