Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command | |
com.github.dockerjava.core | |
com.github.dockerjava.core.command | |
com.github.dockerjava.jaxrs |
Modifier and Type | Method and Description |
---|---|
RemoveContainerCmd |
DockerClient.removeContainerCmd(String containerId) |
Modifier and Type | Method and Description |
---|---|
RemoveContainerCmd |
RemoveContainerCmd.withContainerId(String containerId) |
RemoveContainerCmd |
RemoveContainerCmd.withForce() |
RemoveContainerCmd |
RemoveContainerCmd.withForce(boolean force) |
RemoveContainerCmd |
RemoveContainerCmd.withRemoveVolumes(boolean removeVolumes) |
Modifier and Type | Method and Description |
---|---|
RemoveContainerCmd |
DockerClientImpl.removeContainerCmd(String containerId) |
Modifier and Type | Class and Description |
---|---|
class |
RemoveContainerCmdImpl
Remove a container.
|
Modifier and Type | Method and Description |
---|---|
RemoveContainerCmd |
RemoveContainerCmdImpl.withContainerId(String containerId) |
RemoveContainerCmd |
RemoveContainerCmdImpl.withForce() |
RemoveContainerCmd |
RemoveContainerCmdImpl.withForce(boolean force) |
RemoveContainerCmd |
RemoveContainerCmdImpl.withRemoveVolumes(boolean removeVolumes) |
Modifier and Type | Method and Description |
---|---|
protected Void |
RemoveContainerCmdExec.execute(RemoveContainerCmd command) |
Copyright © 2015. All Rights Reserved.