Sfoglia il codice sorgente

Merge pull request #670 from dotcloud/669-wrong_content_type_create-fix

Fix content type in doc
Victor Vieux 12 anni fa
parent
commit
52113cc443
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      docs/sources/api/docker_remote_api.rst

+ 2 - 1
docs/sources/api/docker_remote_api.rst

@@ -118,7 +118,8 @@ Create a container
 	.. sourcecode:: http
 
 	   HTTP/1.1 201 OK
-	   
+	   Content-Type: application/json
+
 	   {
 		"Id":"e90e34656806"
 		"Warnings":[]