com.github.dockerjava.client.command
Class InspectImageCmd
java.lang.Object
com.github.dockerjava.client.command.AbstrDockerCmd<InspectImageCmd,ImageInspectResponse>
com.github.dockerjava.client.command.InspectImageCmd
- All Implemented Interfaces:
- DockerCmd<ImageInspectResponse>
public class InspectImageCmd
- extends AbstrDockerCmd<InspectImageCmd,ImageInspectResponse>
Inspect the details of an image.
InspectImageCmd
public InspectImageCmd(String imageId)
getImageId
public String getImageId()
withImageId
public InspectImageCmd withImageId(String imageId)
toString
public String toString()
- Overrides:
toString
in class Object
impl
protected ImageInspectResponse impl()
Copyright © 2014. All rights reserved.