public static class CliDockerClient.DockerImageDetails extends java.lang.Object implements JsonTemplate, ImageDetails
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()
getSize
in interface ImageDetails
public DescriptorDigest getImageId() throws java.security.DigestException
getImageId
in interface ImageDetails
java.security.DigestException
public java.util.List<DescriptorDigest> getDiffIds() throws java.security.DigestException
getDiffIds
in interface ImageDetails
java.security.DigestException
- if a digest is invalid