public interface WaitContainerCmd extends DockerCmd<Integer>
Modifier and Type | Interface and Description |
---|---|
static interface |
WaitContainerCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Integer |
exec() |
String |
getContainerId() |
WaitContainerCmd |
withContainerId(String containerId) |
String getContainerId()
WaitContainerCmd withContainerId(String containerId)
Integer exec() throws NotFoundException
exec
in interface DockerCmd<Integer>
NotFoundException
- container not foundCopyright © 2015. All Rights Reserved.