| Modifier and Type | Method and Description |
|---|---|
WaitContainerCmd |
DockerClient.waitContainerCmd(String containerId) |
| Modifier and Type | Method and Description |
|---|---|
WaitContainerCmd |
WaitContainerCmd.withContainerId(String containerId) |
| Modifier and Type | Method and Description |
|---|---|
WaitContainerCmd |
DockerClientImpl.waitContainerCmd(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(String containerId) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractCallbackNotifier<WaitResponse> |
WaitContainerCmdExec.callbackNotifier(WaitContainerCmd command,
ResultCallback<WaitResponse> resultCallback) |
| Modifier and Type | Method and Description |
|---|---|
protected Void |
WaitContainerCmdExec.execute0(WaitContainerCmd command,
ResultCallback<WaitResponse> resultCallback) |
Copyright © 2017. All Rights Reserved.