Merge pull request #16604 from mountkin/add-missing-commit-parameters

add missing parameters of the commit API to the docs
This commit is contained in:
Sebastiaan van Stijn 2015-10-09 20:55:54 +02:00
commit dbc20693f7
2 changed files with 4 additions and 0 deletions

View file

@ -1897,6 +1897,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

@ -1997,6 +1997,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: