From 7318a696ed66b66b1912da61833ef3418732068f 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 Upstream-commit: b69f4f3c1366385468e140613aedfc41038a4b35 Component: engine --- components/engine/docs/reference/api/docker_remote_api_v1.20.md | 2 ++ components/engine/docs/reference/api/docker_remote_api_v1.21.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/components/engine/docs/reference/api/docker_remote_api_v1.20.md b/components/engine/docs/reference/api/docker_remote_api_v1.20.md index 7a79eade6a..da9ec4033b 100644 --- a/components/engine/docs/reference/api/docker_remote_api_v1.20.md +++ b/components/engine/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/components/engine/docs/reference/api/docker_remote_api_v1.21.md b/components/engine/docs/reference/api/docker_remote_api_v1.21.md index 6da18ac19b..65aec4df96 100644 --- a/components/engine/docs/reference/api/docker_remote_api_v1.21.md +++ b/components/engine/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: