From 77fa306d63f0c0e48f49f6679beeb1ea55673f2a Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Mon, 8 Sep 2014 11:51:57 +1000 Subject: [PATCH] Update export, copy and build API to sat 'TAR STREAM' for all versions. Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) --- docs/sources/reference/api/docker_remote_api_v1.0.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.10.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.11.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.12.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.13.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.14.md | 4 ++-- docs/sources/reference/api/docker_remote_api_v1.15.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.2.md | 4 ++-- docs/sources/reference/api/docker_remote_api_v1.3.md | 4 ++-- docs/sources/reference/api/docker_remote_api_v1.4.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.5.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.6.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.7.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.8.md | 6 +++--- docs/sources/reference/api/docker_remote_api_v1.9.md | 6 +++--- 15 files changed, 42 insertions(+), 42 deletions(-) diff --git a/docs/sources/reference/api/docker_remote_api_v1.0.md b/docs/sources/reference/api/docker_remote_api_v1.0.md index 197991de94..70d2510e35 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.0.md +++ b/docs/sources/reference/api/docker_remote_api_v1.0.md @@ -256,7 +256,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -564,7 +564,7 @@ Insert a file from `url` in the image `name` at `path` HTTP/1.1 200 OK - {{ STREAM }} + {{ TAR STREAM }} Query Parameters: @@ -777,7 +777,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.10.md b/docs/sources/reference/api/docker_remote_api_v1.10.md index a188418057..3a3e4122bf 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.10.md +++ b/docs/sources/reference/api/docker_remote_api_v1.10.md @@ -345,7 +345,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -624,7 +624,7 @@ Copy files or folders of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -1011,7 +1011,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.11.md b/docs/sources/reference/api/docker_remote_api_v1.11.md index 9c9da155c9..86702adf8f 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.11.md +++ b/docs/sources/reference/api/docker_remote_api_v1.11.md @@ -385,7 +385,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -664,7 +664,7 @@ Copy files or folders of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -1020,7 +1020,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.12.md b/docs/sources/reference/api/docker_remote_api_v1.12.md index 4ca1d6044d..3e78c62319 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.12.md +++ b/docs/sources/reference/api/docker_remote_api_v1.12.md @@ -390,7 +390,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -710,7 +710,7 @@ Copy files or folders of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -1078,7 +1078,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.13.md b/docs/sources/reference/api/docker_remote_api_v1.13.md index 37358b8b0d..143ef66310 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.13.md +++ b/docs/sources/reference/api/docker_remote_api_v1.13.md @@ -386,7 +386,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -708,7 +708,7 @@ Copy files or folders of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -1076,7 +1076,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.14.md b/docs/sources/reference/api/docker_remote_api_v1.14.md index 98477024b2..92ba9f799a 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.14.md +++ b/docs/sources/reference/api/docker_remote_api_v1.14.md @@ -388,7 +388,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -1080,7 +1080,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.15.md b/docs/sources/reference/api/docker_remote_api_v1.15.md index fca8669dce..77121f8a44 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.15.md +++ b/docs/sources/reference/api/docker_remote_api_v1.15.md @@ -388,7 +388,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -712,7 +712,7 @@ Copy files or folders of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -1080,7 +1080,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.2.md b/docs/sources/reference/api/docker_remote_api_v1.2.md index 2530fb90ae..f5cd8a40d1 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.2.md +++ b/docs/sources/reference/api/docker_remote_api_v1.2.md @@ -268,7 +268,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -815,7 +815,7 @@ Build an image from Dockerfile POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.3.md b/docs/sources/reference/api/docker_remote_api_v1.3.md index ff6fcac944..912ba6fc1f 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.3.md +++ b/docs/sources/reference/api/docker_remote_api_v1.3.md @@ -306,7 +306,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -864,7 +864,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.4.md b/docs/sources/reference/api/docker_remote_api_v1.4.md index 77d8e15504..70f39f6f24 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.4.md +++ b/docs/sources/reference/api/docker_remote_api_v1.4.md @@ -323,7 +323,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -546,7 +546,7 @@ Copy files or folders of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -909,7 +909,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.5.md b/docs/sources/reference/api/docker_remote_api_v1.5.md index abf6e3397a..9a35ad85b0 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.5.md +++ b/docs/sources/reference/api/docker_remote_api_v1.5.md @@ -320,7 +320,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -543,7 +543,7 @@ Copy files or folders of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -921,7 +921,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.6.md b/docs/sources/reference/api/docker_remote_api_v1.6.md index 67e0d1a2cb..da14c69ccc 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.6.md +++ b/docs/sources/reference/api/docker_remote_api_v1.6.md @@ -370,7 +370,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -650,7 +650,7 @@ Copy files or folders of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -1018,7 +1018,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.7.md b/docs/sources/reference/api/docker_remote_api_v1.7.md index 768eb9602d..56207fc3ed 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.7.md +++ b/docs/sources/reference/api/docker_remote_api_v1.7.md @@ -326,7 +326,7 @@ Export the contents of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -599,7 +599,7 @@ Copy files or folders of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -965,7 +965,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.8.md b/docs/sources/reference/api/docker_remote_api_v1.8.md index 41b6bc81c3..b780dfeb96 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.8.md +++ b/docs/sources/reference/api/docker_remote_api_v1.8.md @@ -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: @@ -641,7 +641,7 @@ Copy files or folders of container `id` HTTP/1.1 200 OK Content-Type: application/octet-stream - {{ STREAM }} + {{ TAR STREAM }} Status Codes: @@ -1007,7 +1007,7 @@ Build an image from Dockerfile via stdin POST /build HTTP/1.1 - {{ STREAM }} + {{ TAR STREAM }} **Example response**: diff --git a/docs/sources/reference/api/docker_remote_api_v1.9.md b/docs/sources/reference/api/docker_remote_api_v1.9.md index a8ee8fb658..5b85828f4b 100644 --- a/docs/sources/reference/api/docker_remote_api_v1.9.md +++ b/docs/sources/reference/api/docker_remote_api_v1.9.md @@ -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**: