add missing parameters of the commit API to the docs

Signed-off-by: Shijiang Wei <mountkin@gmail.com>
Upstream-commit: b69f4f3c1366385468e140613aedfc41038a4b35
Component: engine
This commit is contained in:
Shijiang Wei
2015-09-26 23:50:42 +08:00
parent 76ec29542e
commit 7318a696ed
2 changed files with 4 additions and 0 deletions

View File

@ -1892,6 +1892,8 @@ Query Parameters:
- **comment** commit message
- **author** author (e.g., "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
- **pause** 1/True/true or 0/False/false, whether to pause the container before committing
- **changes** Dockerfile instructions to apply while committing
Status Codes:

View File

@ -1987,6 +1987,8 @@ Query Parameters:
- **comment** commit message
- **author** author (e.g., "John Hannibal Smith
<[hannibal@a-team.com](mailto:hannibal%40a-team.com)>")
- **pause** 1/True/true or 0/False/false, whether to pause the container before committing
- **changes** Dockerfile instructions to apply while committing
Status Codes: