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:
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user