类 DockerApi.VolumeApi

java.lang.Object
org.springframework.boot.buildpack.platform.docker.DockerApi.VolumeApi
封闭类:
DockerApi

public class DockerApi.VolumeApi extends Object
Docker API for volume operations.
  • 方法详细资料

    • delete

      public void delete(VolumeName name, boolean force) throws IOException
      Delete a volume.
      参数:
      name - the name of the volume to delete
      force - if the deletion should be forced
      抛出:
      IOException - on IO error