浏览代码

Extra v1.25 in API docs

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 8 年之前
父节点
当前提交
beccd3663f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/reference/api/docker_remote_api_v1.25.md

+ 2 - 2
docs/reference/api/docker_remote_api_v1.25.md

@@ -1686,7 +1686,7 @@ Delete stopped containers
 
 **Example request, with digest information**:
 
-    GET /v1.25/v1.25/images/json?digests=1 HTTP/1.1
+    GET /v1.25/images/json?digests=1 HTTP/1.1
 
 **Example response, with digest information**:
 
@@ -1743,7 +1743,7 @@ Build an image from a Dockerfile
 
 **Example request**:
 
-    POST /v1.25/v1.25/build HTTP/1.1
+    POST /v1.25/build HTTP/1.1
 
     {% raw %}
     {{ TAR STREAM }}