Function: getImageInspect()
getImageInspect(
engineId,id):Promise<ImageInspectInfo>
Return low-level information about an image
Parameters
• engineId: string
the id of the engine managing the image, obtained from the result of containerEngine.listImages
• id: string
the id of the image on this engine, obtained from the result of containerEngine.listImages
Returns
Promise<ImageInspectInfo>
A promise resolving to a structure containing the image information