1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update the most recent released version of the docs as well.

Signed-off-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
Jean-Paul Calderone 2014-12-03 17:14:08 -05:00
parent 826f809d09
commit 0888c1880f

View file

@ -913,7 +913,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