Cloud API Overview > @adpt/cloud > docker > ImageInfo
docker.ImageInfo interface
Information about a specific instance of a Docker image, as identified by its image ID.
Signature:
export interface ImageInfo 
Properties
| Property | Type | Description | 
|---|---|---|
| id | ImageIdString | Docker image ID, in the form algorithm:hex. | 
| nameTag | NameTagString | Docker image name and optional tag in the form nameorname:tag. |