From 3db76fe5b300f410d718a7e47e8a03d3db5cd8f7 Mon Sep 17 00:00:00 2001 From: SvenDowideit Date: Wed, 16 Jul 2014 11:02:44 +1000 Subject: [PATCH] re-write to put the emphasis on the format Docker-DCO-1.1-Signed-off-by: SvenDowideit (github: SvenDowideit) Upstream-commit: ed8b017ee085c26dadd6a976a89d63322a02738b Component: engine --- .../engine/docs/sources/reference/api/docker_remote_api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/sources/reference/api/docker_remote_api.md b/components/engine/docs/sources/reference/api/docker_remote_api.md index 65bb4f3870..a5bf3d577b 100644 --- a/components/engine/docs/sources/reference/api/docker_remote_api.md +++ b/components/engine/docs/sources/reference/api/docker_remote_api.md @@ -52,8 +52,9 @@ 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. +The `fromImage` and `repo` parameters now supports the `repo:tag` format. +Consequently, the `tag` parameter is now obsolete. Using the new format and +the `tag` parameter at the same time will return an error. ## v1.13