public interface InspectContainerCmd extends SyncDockerCmd<InspectContainerResponse>
Modifier and Type | Interface and Description |
---|---|
static interface |
InspectContainerCmd.Exec |
Modifier and Type | Method and Description |
---|---|
InspectContainerResponse |
exec() |
String |
getContainerId() |
InspectContainerCmd |
withContainerId(String containerId) |
String getContainerId()
InspectContainerCmd withContainerId(String containerId)
InspectContainerResponse exec() throws NotFoundException
exec
in interface SyncDockerCmd<InspectContainerResponse>
NotFoundException
- No such containerCopyright © 2015. All Rights Reserved.