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.


Nested Class Summary
static interface InspectImageCmd.Exec
           
 
Method Summary
 InspectImageResponse exec()
           
 String getImageId()
           
 InspectImageCmd withImageId(String imageId)
           
 

Method Detail

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.