Class DockerApi.VolumeApi
java.lang.Object
org.springframework.boot.buildpack.platform.docker.DockerApi.VolumeApi
- Enclosing class:
- DockerApi
Docker API for volume operations.
- 
Method Summary
- 
Method Details- 
deleteDelete a volume.- Parameters:
- name- the name of the volume to delete
- force- if the deletion should be forced
- Throws:
- IOException- on IO error
 
 
-