mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix content-type of response for /commit
Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>
This commit is contained in:
parent
8d69e0eae0
commit
78de066a28
10 changed files with 10 additions and 10 deletions
|
@ -1287,7 +1287,7 @@ Create a new image from a container's changes
|
|||
**Example response**:
|
||||
|
||||
HTTP/1.1 201 Created
|
||||
Content-Type: application/vnd.docker.raw-stream
|
||||
Content-Type: application/json
|
||||
|
||||
{"Id": "596069db4bf5"}
|
||||
|
||||
|
|
|
@ -1276,7 +1276,7 @@ Create a new image from a container's changes
|
|||
**Example response**:
|
||||
|
||||
HTTP/1.1 201 Created
|
||||
Content-Type: application/vnd.docker.raw-stream
|
||||
Content-Type: application/json
|
||||
|
||||
{"Id": "596069db4bf5"}
|
||||
|
||||
|
|
|
@ -1286,7 +1286,7 @@ Create a new image from a container's changes
|
|||
**Example response**:
|
||||
|
||||
HTTP/1.1 201 Created
|
||||
Content-Type: application/vnd.docker.raw-stream
|
||||
Content-Type: application/json
|
||||
|
||||
{"Id": "596069db4bf5"}
|
||||
|
||||
|
|
|
@ -1437,7 +1437,7 @@ Create a new image from a container's changes
|
|||
**Example response**:
|
||||
|
||||
HTTP/1.1 201 Created
|
||||
Content-Type: application/vnd.docker.raw-stream
|
||||
Content-Type: application/json
|
||||
|
||||
{"Id": "596069db4bf5"}
|
||||
|
||||
|
|
|
@ -1394,7 +1394,7 @@ Create a new image from a container's changes
|
|||
**Example response**:
|
||||
|
||||
HTTP/1.1 201 Created
|
||||
Content-Type: application/vnd.docker.raw-stream
|
||||
Content-Type: application/json
|
||||
|
||||
{"Id": "596069db4bf5"}
|
||||
|
||||
|
|
|
@ -1557,7 +1557,7 @@ Create a new image from a container's changes
|
|||
**Example response**:
|
||||
|
||||
HTTP/1.1 201 Created
|
||||
Content-Type: application/vnd.docker.raw-stream
|
||||
Content-Type: application/json
|
||||
|
||||
{"Id": "596069db4bf5"}
|
||||
|
||||
|
|
|
@ -1677,7 +1677,7 @@ Create a new image from a container's changes
|
|||
**Example response**:
|
||||
|
||||
HTTP/1.1 201 Created
|
||||
Content-Type: application/vnd.docker.raw-stream
|
||||
Content-Type: application/json
|
||||
|
||||
{"Id": "596069db4bf5"}
|
||||
|
||||
|
|
|
@ -1734,7 +1734,7 @@ Create a new image from a container's changes
|
|||
**Example response**:
|
||||
|
||||
HTTP/1.1 201 Created
|
||||
Content-Type: application/vnd.docker.raw-stream
|
||||
Content-Type: application/json
|
||||
|
||||
{"Id": "596069db4bf5"}
|
||||
|
||||
|
|
|
@ -1876,7 +1876,7 @@ Create a new image from a container's changes
|
|||
**Example response**:
|
||||
|
||||
HTTP/1.1 201 Created
|
||||
Content-Type: application/vnd.docker.raw-stream
|
||||
Content-Type: application/json
|
||||
|
||||
{"Id": "596069db4bf5"}
|
||||
|
||||
|
|
|
@ -1968,7 +1968,7 @@ Create a new image from a container's changes
|
|||
**Example response**:
|
||||
|
||||
HTTP/1.1 201 Created
|
||||
Content-Type: application/vnd.docker.raw-stream
|
||||
Content-Type: application/json
|
||||
|
||||
{"Id": "596069db4bf5"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue