Uses of Class
org.jclouds.docker.options.RemoveContainerOptions
Packages that use RemoveContainerOptions
-
Uses of RemoveContainerOptions in org.jclouds.docker.features
Methods in org.jclouds.docker.features with parameters of type RemoveContainerOptionsModifier and TypeMethodDescriptionvoid
ContainerApi.removeContainer
(String containerId, RemoveContainerOptions options) -
Uses of RemoveContainerOptions in org.jclouds.docker.options
Methods in org.jclouds.docker.options that return RemoveContainerOptionsModifier and TypeMethodDescriptionstatic RemoveContainerOptions
RemoveContainerOptions.Builder.force
(boolean force) RemoveContainerOptions.force
(boolean force) static RemoveContainerOptions
RemoveContainerOptions.Builder.verbose
(boolean verbose) RemoveContainerOptions.verbose
(boolean verbose) static RemoveContainerOptions
RemoveContainerOptions.Builder.volume
(boolean volume) RemoveContainerOptions.volume
(boolean volume) Remove the volumes associated to the container