Function: deleteImage()
deleteImage(
engineId
,id
):Promise
<void
>
Delete a container image from a local engine
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
<void
>