From 2abfa99b63b4125b07bd0b747286de290ec14508 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Thu, 25 Jan 2018 18:43:24 +0000 Subject: [PATCH] Update API version history for `Init` with `POST /containers/create` This is a follow up to https://github.com/moby/moby/pull/34655#pullrequestreview-91096779 to update API version history for `Init` field. Signed-off-by: Yong Tang Upstream-commit: 376658e41485c43de53391000ad52d1281f9c464 Component: engine --- components/engine/docs/api/version-history.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/engine/docs/api/version-history.md b/components/engine/docs/api/version-history.md index 4eca7fbb11..3de652d941 100644 --- a/components/engine/docs/api/version-history.md +++ b/components/engine/docs/api/version-history.md @@ -236,7 +236,9 @@ keywords: "API, Docker, rcli, REST, documentation" * `POST /secrets/{id}/update` updates the secret `id`. * `POST /services/(id or name)/update` now accepts service name or prefix of service id as a parameter. * `POST /containers/create` added 2 built-in log-opts that work on all logging drivers, -`mode` (`blocking`|`non-blocking`), and `max-buffer-size` (e.g. `2m`) which enables a non-blocking log buffer. + `mode` (`blocking`|`non-blocking`), and `max-buffer-size` (e.g. `2m`) which enables a non-blocking log buffer. +* `POST /containers/create` now takes `HostConfig.Init` field to run an init + inside the container that forwards signals and reaps processes. ## v1.24 API changes