1
0
Fork 0
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:
Tobias Gesellchen 2015-09-23 20:12:16 +02:00
parent 8d69e0eae0
commit 78de066a28
10 changed files with 10 additions and 10 deletions

View file

@ -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"}