瀏覽代碼

Merge pull request #7045 from SvenDowideit/pr_out_re_write_to_put_the_emphasis_on_the_format

re-write to put the emphasis on the  format
Victor Vieux 11 年之前
父節點
當前提交
905ae7bb28
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      docs/sources/reference/api/docker_remote_api.md

+ 7 - 0
docs/sources/reference/api/docker_remote_api.md

@@ -49,6 +49,13 @@ 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!**
+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
 
 ### Full Documentation