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