Signed-off-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
| ... | ... |
@@ -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 |