mirror of https://github.com/docker/docs.git
fix content type in doc
This commit is contained in:
parent
e6e13d6ade
commit
949a649cc2
|
@ -118,7 +118,8 @@ Create a container
|
||||||
.. sourcecode:: http
|
.. sourcecode:: http
|
||||||
|
|
||||||
HTTP/1.1 201 OK
|
HTTP/1.1 201 OK
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
{
|
{
|
||||||
"Id":"e90e34656806"
|
"Id":"e90e34656806"
|
||||||
"Warnings":[]
|
"Warnings":[]
|
||||||
|
|
Loading…
Reference in New Issue