Uses of Class
com.spotify.docker.client.DockerClient.RemoveContainerParam
-
Packages that use DockerClient.RemoveContainerParam Package Description com.spotify.docker.client -
-
Uses of DockerClient.RemoveContainerParam in com.spotify.docker.client
Methods in com.spotify.docker.client that return DockerClient.RemoveContainerParam Modifier and Type Method Description static DockerClient.RemoveContainerParamDockerClient.RemoveContainerParam. create(java.lang.String name, java.lang.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 com.spotify.docker.client with parameters of type DockerClient.RemoveContainerParam Modifier and Type Method Description voidDefaultDockerClient. removeContainer(java.lang.String containerId, DockerClient.RemoveContainerParam... params)voidDockerClient. removeContainer(java.lang.String containerId, DockerClient.RemoveContainerParam... params)Remove a docker container.
-