mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
re-write to put the emphasis on the format
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
parent
01d1615001
commit
ed8b017ee0
1 changed files with 3 additions and 2 deletions
|
@ -52,8 +52,9 @@ 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.
|
||||
The `fromImage` and `repo` parameters now supports the `repo:tag` format.
|
||||
Consequently, the `tag` parameter is now obsolete. Using the new format and
|
||||
the `tag` parameter at the same time will return an error.
|
||||
|
||||
## v1.13
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue