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 |
---|---|
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 Integer |
WaitContainerCmdExec.execute(WaitContainerCmd command) |
Copyright © 2016. All Rights Reserved.