public interface InspectContainerCmd extends SyncDockerCmd<InspectContainerResponse>
Modifier and Type | Interface and Description |
---|---|
static interface |
InspectContainerCmd.Exec |
Modifier and Type | Method and Description |
---|---|
InspectContainerResponse |
exec() |
java.lang.String |
getContainerId() |
java.lang.Boolean |
getSize() |
InspectContainerCmd |
withContainerId(java.lang.String containerId) |
InspectContainerCmd |
withSize(java.lang.Boolean showSize) |
@CheckForNull java.lang.String getContainerId()
InspectContainerCmd withContainerId(@Nonnull java.lang.String containerId)
InspectContainerCmd withSize(java.lang.Boolean showSize)
java.lang.Boolean getSize()
InspectContainerResponse exec() throws NotFoundException
exec
in interface SyncDockerCmd<InspectContainerResponse>
NotFoundException
- No such containerCopyright © 2019. All Rights Reserved.