|
@@ -362,7 +362,7 @@ Export the contents of container `id`
|
|
|
HTTP/1.1 200 OK
|
|
|
Content-Type: application/octet-stream
|
|
|
|
|
|
- {{ STREAM }}
|
|
|
+ {{ TAR STREAM }}
|
|
|
|
|
|
Status Codes:
|
|
|
|
|
@@ -645,7 +645,7 @@ Copy files or folders of container `id`
|
|
|
HTTP/1.1 200 OK
|
|
|
Content-Type: application/octet-stream
|
|
|
|
|
|
- {{ STREAM }}
|
|
|
+ {{ TAR STREAM }}
|
|
|
|
|
|
Status Codes:
|
|
|
|
|
@@ -1010,7 +1010,7 @@ Build an image from Dockerfile using a POST body.
|
|
|
|
|
|
POST /build HTTP/1.1
|
|
|
|
|
|
- {{ STREAM }}
|
|
|
+ {{ TAR STREAM }}
|
|
|
|
|
|
**Example response**:
|
|
|
|