mirror of https://github.com/docker/docs.git
commit
0113c087b2
|
@ -1219,6 +1219,7 @@ Get a tarball containing all images and tags in a repository
|
|||
Content-Type: application/x-tar
|
||||
|
||||
Binary data stream
|
||||
|
||||
:statuscode 200: no 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
|
||||
|
||||
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
|
||||
|
||||
Binary data stream
|
||||
|
||||
:statuscode 200: no 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
|
||||
|
||||
docker -d -H="192.168.1.9:4243" -api-enable-cors
|
||||
|
||||
|
|
Loading…
Reference in New Issue