浏览代码

update doc

Victor Vieux 11 年之前
父节点
当前提交
becb13dc26
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/api/docker_remote_api_v1.8.rst

+ 2 - 2
docs/sources/api/docker_remote_api_v1.8.rst

@@ -1008,8 +1008,8 @@ Build an image from Dockerfile via stdin
       HTTP/1.1 200 OK
       Content-Type: application/json
 
-      {"status":"Step 1..."}
-      {"status":"..."}
+      {"stream":"Step 1..."}
+      {"stream":"..."}
       {"error":"Error...", "errorDetail":{"code": 123, "message": "Error..."}}