Class RemoveContainerOptions

java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.docker.options.RemoveContainerOptions
All Implemented Interfaces:
HttpRequestOptions

public class RemoveContainerOptions extends BaseHttpRequestOptions
  • Constructor Details

    • RemoveContainerOptions

      public RemoveContainerOptions()
  • Method Details

    • verbose

      public RemoveContainerOptions verbose(boolean verbose)
    • force

      public RemoveContainerOptions force(boolean force)
    • volume

      public RemoveContainerOptions volume(boolean volume)
      Remove the volumes associated to the container
      Parameters:
      volume - If set to true the volume associated to the container will be removed. Otherwise it will not be removed.