Browse code

Talk about URL support and the real meaning of `-` in the latest `fromSrc` API documentation.

Signed-off-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>

Jean-Paul Calderone authored on 2014/12/04 07:13:48
Showing 1 changed files
... ...
@@ -861,7 +861,8 @@ Create an image, either by pulling it from the registry or by importing it
861 861
 Query Parameters:
862 862
 
863 863
 -   **fromImage** – name of the image to pull
864
--   **fromSrc** – source to import, - means stdin
864
+-   **fromSrc** – source to import.  The value may be a URL from which the image
865
+        can be retrieved or `-` to read the image from the request body.
865 866
 -   **repo** – repository
866 867
 -   **tag** – tag
867 868
 -   **registry** – the registry to pull from