Modifier and Type | Method and Description |
---|---|
WaitContainerCmd |
DockerClient.waitContainerCmd(java.lang.String containerId) |
Modifier and Type | Method and Description |
---|---|
WaitContainerCmd |
WaitContainerCmd.withContainerId(java.lang.String containerId) |
Modifier and Type | Method and Description |
---|---|
WaitContainerCmd |
DockerClientImpl.waitContainerCmd(java.lang.String containerId) |
Modifier and Type | Class and Description |
---|---|
class |
WaitContainerCmdImpl
Wait a container
Block until container stops, then returns its exit code
|
Modifier and Type | Method and Description |
---|---|
WaitContainerCmd |
WaitContainerCmdImpl.withContainerId(java.lang.String containerId) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Void |
WaitContainerCmdExec.execute0(WaitContainerCmd command,
ResultCallback<WaitResponse> resultCallback) |
Modifier and Type | Method and Description |
---|---|
protected AbstractCallbackNotifier<WaitResponse> |
WaitContainerCmdExec.callbackNotifier(WaitContainerCmd command,
ResultCallback<WaitResponse> resultCallback) |
Copyright © 2018. All Rights Reserved.