Modifier and Type | Method and Description |
---|---|
StopContainerCmd |
DockerClient.stopContainerCmd(java.lang.String containerId) |
Modifier and Type | Method and Description |
---|---|
StopContainerCmd |
StopContainerCmd.withContainerId(java.lang.String containerId) |
StopContainerCmd |
StopContainerCmd.withTimeout(java.lang.Integer timeout) |
Modifier and Type | Method and Description |
---|---|
StopContainerCmd |
DockerClientImpl.stopContainerCmd(java.lang.String containerId) |
Modifier and Type | Class and Description |
---|---|
class |
StopContainerCmdImpl
Stop a running container.
|
Modifier and Type | Method and Description |
---|---|
StopContainerCmd |
StopContainerCmdImpl.withContainerId(java.lang.String containerId) |
StopContainerCmd |
StopContainerCmdImpl.withTimeout(java.lang.Integer timeout) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
StopContainerCmdExec.execute(StopContainerCmd command) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
StopContainerCmdExec.execute(StopContainerCmd command) |
Copyright © 2019. All Rights Reserved.