com.github.dockerjava.api.command
Interface InspectImageCmd
- All Superinterfaces:
- DockerCmd<InspectImageResponse>
- All Known Implementing Classes:
- InspectImageCmdImpl
public interface InspectImageCmd
- extends DockerCmd<InspectImageResponse>
Inspect the details of an image.
getImageId
String getImageId()
withImageId
InspectImageCmd withImageId(String imageId)
exec
InspectImageResponse exec()
throws NotFoundException
- Specified by:
exec
in interface DockerCmd<InspectImageResponse>
- Throws:
NotFoundException
- No such image
Copyright © 2014. All Rights Reserved.