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