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

Add missing "tag" parameter to tag API

Closes #4877

Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
Doug Davis 2014-09-30 08:23:20 -07:00
parent 1b6da6a6fe
commit ee0b64f7a7
16 changed files with 32 additions and 16 deletions

View file

@ -797,7 +797,7 @@ Tag the image `name` into a repository
**Example request**:
POST /images/test/tag?repo=myrepo&force=0 HTTP/1.1
POST /images/test/tag?repo=myrepo&force=0&tag=v42 HTTP/1.1
**Example response**:
@ -807,6 +807,7 @@ Query Parameters:
- **repo** The repository to tag in
- **force** 1/True/true or 0/False/false, default false
- **tag** - The new tag name
Status Codes: