Function: tagImage()
tagImage(
engineId
,imageId
,repo
,tag
?):Promise
<void
>
Tag an image so that it becomes part of a repository
Parameters
engineId
string
the id of the engine managing the image, obtained from the result of containerEngine.listImages
imageId
string
the id of the image on this engine, obtained from the result of containerEngine.listImages
repo
string
The repository to tag in. For example, someuser/someimage
tag?
string
The name of the new tag
Returns
Promise
<void
>