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

Signed-off-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
Jean-Paul Calderone 2014-12-03 17:13:48 -05:00
Родитель 5d49d2bb7a
Коммит 826f809d09
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -861,7 +861,8 @@ Create an image, either by pulling it from the registry or by importing it
Query Parameters:
- **fromImage** – name of the image to pull
- **fromSrc** – source to import, - means stdin
- **fromSrc** – source to import. The value may be a URL from which the image
can be retrieved or `-` to read the image from the request body.
- **repo** – repository
- **tag** – tag
- **registry** – the registry to pull from