Uses of Class
com.spotify.docker.client.DockerClient.RemoveContainerParam
Packages that use DockerClient.RemoveContainerParam
-
Uses of DockerClient.RemoveContainerParam in com.spotify.docker.client
Methods in com.spotify.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 com.spotify.docker.client with parameters of type DockerClient.RemoveContainerParamModifier and TypeMethodDescriptionvoid
DefaultDockerClient.removeContainer
(String containerId, DockerClient.RemoveContainerParam... params) void
DockerClient.removeContainer
(String containerId, DockerClient.RemoveContainerParam... params) Remove a docker container.