mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add missing parameters of the commit API to the docs
Signed-off-by: Shijiang Wei <mountkin@gmail.com>
This commit is contained in:
parent
2ed0739c7a
commit
b69f4f3c13
2 changed files with 4 additions and 0 deletions
docs/reference/api
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue