Victor Vieux před 11 roky
rodič
revize
0969be5ddb
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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
       HTTP/1.1 200 OK
       Content-Type: application/json
       Content-Type: application/json
 
 
-      {"status":"Step 1..."}
-      {"status":"..."}
+      {"stream":"Step 1..."}
+      {"stream":"..."}
       {"error":"Error...", "errorDetail":{"code": 123, "message": "Error..."}}
       {"error":"Error...", "errorDetail":{"code": 123, "message": "Error..."}}