-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.1
-
Component/s: jclouds-labs
-
Labels:
Docker REST API has a possibility to tag images.
Usually user want's to tag images after building them. The class MiscApi already covers build() methods, but the tagImage() is missing in ImageApi.
Let's add it.