Uses of Class
org.mandas.docker.client.DockerClient.RemoveContainerParam
-
Packages that use DockerClient.RemoveContainerParam Package Description org.mandas.docker.client -
-
Uses of DockerClient.RemoveContainerParam in org.mandas.docker.client
Methods in org.mandas.docker.client that return DockerClient.RemoveContainerParam Modifier and Type Method Description static DockerClient.RemoveContainerParamDockerClient.RemoveContainerParam. create(String name, String value)Create a custom parameter.static DockerClient.RemoveContainerParamDockerClient.RemoveContainerParam. forceKill()Kill then remove the container.static DockerClient.RemoveContainerParamDockerClient.RemoveContainerParam. forceKill(boolean force)Kill then remove the container.static DockerClient.RemoveContainerParamDockerClient.RemoveContainerParam. removeVolumes()Remove the volumes associated to the container.static DockerClient.RemoveContainerParamDockerClient.RemoveContainerParam. removeVolumes(boolean remove)Remove the volumes associated to the container.Methods in org.mandas.docker.client with parameters of type DockerClient.RemoveContainerParam Modifier and Type Method Description voidDefaultDockerClient. removeContainer(String containerId, DockerClient.RemoveContainerParam... params)voidDockerClient. removeContainer(String containerId, DockerClient.RemoveContainerParam... params)Remove a docker container.
-