public interface InspectImageCmd extends SyncDockerCmd<InspectImageResponse>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InspectImageCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
InspectImageResponse |
exec() |
String |
getImageId() |
InspectImageCmd |
withImageId(String imageId) |
@CheckForNull String getImageId()
InspectImageCmd withImageId(@Nonnull String imageId)
InspectImageResponse exec() throws NotFoundException
exec in interface SyncDockerCmd<InspectImageResponse>NotFoundException - No such imageCopyright © 2017. All Rights Reserved.