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.RemoveContainerParam
DockerClient.RemoveContainerParam. create(java.lang.String name, java.lang.String value)
Create a custom parameter.static DockerClient.RemoveContainerParam
DockerClient.RemoveContainerParam. forceKill()
Kill then remove the container.static DockerClient.RemoveContainerParam
DockerClient.RemoveContainerParam. forceKill(boolean force)
Kill then remove the container.static DockerClient.RemoveContainerParam
DockerClient.RemoveContainerParam. removeVolumes()
Remove the volumes associated to the container.static DockerClient.RemoveContainerParam
DockerClient.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 void
DefaultDockerClient. removeContainer(java.lang.String containerId, DockerClient.RemoveContainerParam... params)
void
DockerClient. removeContainer(java.lang.String containerId, DockerClient.RemoveContainerParam... params)
Remove a docker container.
-