public class Image extends MappedObject
Docker inspect.MappedObject.ContentReader<C>| Modifier and Type | Method and Description |
|---|---|
ImageConfig |
getConfig()
Return image config information.
|
java.util.List<java.lang.String> |
getDigests()
Return the digests of the image.
|
java.util.List<LayerId> |
getLayers()
Return the layer IDs contained in the image.
|
java.lang.String |
getOs()
Return the OS of the image.
|
static Image |
of(java.io.InputStream content)
Create a new
Image instance from the specified JSON content. |
public java.util.List<java.lang.String> getDigests()
public ImageConfig getConfig()
public java.util.List<LayerId> getLayers()
public java.lang.String getOs()