public static class DockerClient.DockerImageDetails extends java.lang.Object implements JsonTemplate
docker inspect
.Constructor and Description |
---|
DockerImageDetails() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DescriptorDigest> |
getDiffIds()
Return a list of diff ids of the layers in the image.
|
DescriptorDigest |
getImageId() |
long |
getSize() |
public long getSize()
public DescriptorDigest getImageId() throws java.security.DigestException
java.security.DigestException
public java.util.List<DescriptorDigest> getDiffIds() throws java.security.DigestException
java.security.DigestException
- if a digest is invalid