public interface WaitContainerCmd extends SyncDockerCmd<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 SyncDockerCmd<Integer>
NotFoundException
- container not foundCopyright © 2016. All Rights Reserved.