fix doc, load and get

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
Victor Vieux 2014-01-14 14:12:21 -08:00
parent ad5d675553
commit 7e00ba03ec
2 changed files with 1180 additions and 1180 deletions

View File

@ -1219,6 +1219,7 @@ Get a tarball containing all images and tags in a repository
Content-Type: application/x-tar Content-Type: application/x-tar
Binary data stream Binary data stream
:statuscode 200: no error :statuscode 200: no error
:statuscode 500: server error :statuscode 500: server error
@ -1278,4 +1279,3 @@ To enable cross origin requests to the remote api add the flag "-api-enable-cors
.. code-block:: bash .. code-block:: bash
docker -d -H="192.168.1.9:4243" -api-enable-cors docker -d -H="192.168.1.9:4243" -api-enable-cors

View File

@ -1215,6 +1215,7 @@ Get a tarball containing all images and tags in a repository
Content-Type: application/x-tar Content-Type: application/x-tar
Binary data stream Binary data stream
:statuscode 200: no error :statuscode 200: no error
:statuscode 500: server error :statuscode 500: server error
@ -1274,4 +1275,3 @@ To enable cross origin requests to the remote api add the flag "-api-enable-cors
.. code-block:: bash .. code-block:: bash
docker -d -H="192.168.1.9:4243" -api-enable-cors docker -d -H="192.168.1.9:4243" -api-enable-cors