From 01d16150019c9ffb12779d88bdfe3bc146d44408 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Fri, 11 Jul 2014 23:01:23 +0000 Subject: [PATCH] missing doc for 6896 Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- docs/sources/reference/api/docker_remote_api.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/reference/api/docker_remote_api.md b/docs/sources/reference/api/docker_remote_api.md index c2916e5de..65bb4f387 100644 --- a/docs/sources/reference/api/docker_remote_api.md +++ b/docs/sources/reference/api/docker_remote_api.md @@ -49,6 +49,12 @@ You can now use the `kill` parameter to kill running containers before removal. The `hostConfig` option now accepts the field `CapAdd`, which specifies a list of capabilities to add, and the field `CapDrop`, which specifies a list of capabilities to drop. +`POST /images/create` + +**New!** +Parameters `fromImage` and `repo` can now embed the tag using the syntax `repo:tag`, +therefore the `tag` parameter is obsolete. + ## v1.13 ### Full Documentation