Browse code

missing doc for 6896

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)

Victor Vieux authored on 2014/07/12 08:01:23
Showing 1 changed files
... ...
@@ -49,6 +49,12 @@ You can now use the `kill` parameter to kill running containers before removal.
49 49
 The `hostConfig` option now accepts the field `CapAdd`, which specifies a list of capabilities
50 50
 to add, and the field `CapDrop`, which specifies a list of capabilities to drop.
51 51
 
52
+`POST /images/create`
53
+
54
+**New!**
55
+Parameters `fromImage` and `repo` can now embed the tag using the syntax `repo:tag`,
56
+therefore the `tag` parameter is obsolete.
57
+
52 58
 ## v1.13
53 59
 
54 60
 ### Full Documentation