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

missing doc for 6896

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
Victor Vieux 2014-07-11 23:01:23 +00:00
parent 47de2e3269
commit 01d1615001

View file

@ -49,6 +49,12 @@ You can now use the `kill` parameter to kill running containers before removal.
The `hostConfig` option now accepts the field `CapAdd`, which specifies a list of capabilities
to add, and the field `CapDrop`, which specifies a list of capabilities to drop.
`POST /images/create`
**New!**
Parameters `fromImage` and `repo` can now embed the tag using the syntax `repo:tag`,
therefore the `tag` parameter is obsolete.
## v1.13
### Full Documentation