| Package | Description |
|---|---|
| com.spotify.docker.client |
| Modifier and Type | Method and Description |
|---|---|
static DockerClient.RemoveContainerParam |
DockerClient.RemoveContainerParam.create(String name,
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DockerClient.removeContainer(String containerId,
DockerClient.RemoveContainerParam... params)
Remove a docker container.
|
void |
DefaultDockerClient.removeContainer(String containerId,
DockerClient.RemoveContainerParam... params) |
Copyright © 2016. All rights reserved.