Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
| ... | ... |
@@ -52,8 +52,9 @@ to add, and the field `CapDrop`, which specifies a list of capabilities to drop. |
| 52 | 52 |
`POST /images/create` |
| 53 | 53 |
|
| 54 | 54 |
**New!** |
| 55 |
-Parameters `fromImage` and `repo` can now embed the tag using the syntax `repo:tag`, |
|
| 56 |
-therefore the `tag` parameter is obsolete. |
|
| 55 |
+The `fromImage` and `repo` parameters now supports the `repo:tag` format. |
|
| 56 |
+Consequently, the `tag` parameter is now obsolete. Using the new format and |
|
| 57 |
+the `tag` parameter at the same time will return an error. |
|
| 57 | 58 |
|
| 58 | 59 |
## v1.13 |
| 59 | 60 |
|