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

Merge pull request #9486 from ClusterHQ/9484-fromSrc-api-docs

Document fromSrc more clearly
This commit is contained in:
James Turnbull 2014-12-03 20:31:44 -05:00
commit e15ffa45a6
2 changed files with 4 additions and 2 deletions

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

View file

@ -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