mirror of https://github.com/docker/docs.git
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:
parent
ad5d675553
commit
7e00ba03ec
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue