Uses of Class
org.mandas.docker.client.DockerClient.RemoveContainerParam
Packages that use DockerClient.RemoveContainerParam
-
Uses of DockerClient.RemoveContainerParam in org.mandas.docker.client
Methods in org.mandas.docker.client that return DockerClient.RemoveContainerParamModifier and TypeMethodDescriptionCreate a custom parameter.DockerClient.RemoveContainerParam.forceKill()Kill then remove the container.DockerClient.RemoveContainerParam.forceKill(boolean force) Kill then remove the container.DockerClient.RemoveContainerParam.removeVolumes()Remove the volumes associated to the container.DockerClient.RemoveContainerParam.removeVolumes(boolean remove) Remove the volumes associated to the container.Methods in org.mandas.docker.client with parameters of type DockerClient.RemoveContainerParamModifier and TypeMethodDescriptionvoidDefaultDockerClient.removeContainer(String containerId, DockerClient.RemoveContainerParam... params) voidDockerClient.removeContainer(String containerId, DockerClient.RemoveContainerParam... params) Remove a docker container.