From b69f4f3c1366385468e140613aedfc41038a4b35 Mon Sep 17 00:00:00 2001 From: Shijiang Wei Date: Sat, 26 Sep 2015 23:50:42 +0800 Subject: [PATCH] add missing parameters of the commit API to the docs Signed-off-by: Shijiang Wei --- docs/reference/api/docker_remote_api_v1.20.md | 2 ++ docs/reference/api/docker_remote_api_v1.21.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/reference/api/docker_remote_api_v1.20.md b/docs/reference/api/docker_remote_api_v1.20.md index 7a79eade6..da9ec4033 100644 --- a/docs/reference/api/docker_remote_api_v1.20.md +++ b/docs/reference/api/docker_remote_api_v1.20.md @@ -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: diff --git a/docs/reference/api/docker_remote_api_v1.21.md b/docs/reference/api/docker_remote_api_v1.21.md index 6da18ac19..65aec4df9 100644 --- a/docs/reference/api/docker_remote_api_v1.21.md +++ b/docs/reference/api/docker_remote_api_v1.21.md @@ -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: