1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

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

add missing parameters of the commit API to the docs
Upstream-commit: dbc20693f7bc6ce9bc1da3f6c4c0cd725e0454c1
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2015-10-09 20:55:54 +02:00
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: