Function: listImages()
listImages():
Promise<ImageInfo[] >
List the container images across all container engines. Only images from a final layer (no children) are returned.
Returns
Promise< ImageInfo[] >
A promise resolving to an array of images information. This method returns a subset of the available information for images. To get the complete description of a specific image, you can use the containerEngine.getImageInspect method.