Class DockerApi.VolumeApi
java.lang.Object
org.springframework.boot.buildpack.platform.docker.DockerApi.VolumeApi
- Enclosing class:
DockerApi
Docker API for volume operations.
- Since:
- 2.3.0
- Author:
- Phillip Webb, Scott Frederick, Rafael Ceccone, Moritz Halbritter
-
Method Summary
-
Method Details
-
delete
Delete a volume.- Parameters:
name
- the name of the volume to deleteforce
- if the deletion should be forced- Throws:
IOException
- on IO error
-