From 043ff88c007e6db97da89351e70a3e2db046613a Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Fri, 17 Feb 2017 19:17:49 -0800 Subject: [PATCH] Update version-history.md for `ReadOnly` parameter This fix updates the `docs/api/version-history.md` for `ReadOnly` parameter, which is now available in `POST /services/create` and `POST /services/(id or name)/update`. This fix is a follow up to 30162. Signed-off-by: Yong Tang Upstream-commit: 097b38c15d420cc467e4bc3587dfe505a4748b47 Component: engine --- components/engine/docs/api/version-history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/docs/api/version-history.md b/components/engine/docs/api/version-history.md index ac60adbed1..58167823b3 100644 --- a/components/engine/docs/api/version-history.md +++ b/components/engine/docs/api/version-history.md @@ -20,6 +20,7 @@ keywords: "API, Docker, rcli, REST, documentation" * `GET /containers/(id or name)/attach/ws` now returns WebSocket in binary frame format for API version >= v1.27, and returns WebSocket in text frame format for API version< v1.27, for the purpose of backward-compatibility. * `GET /networks` is optimised only to return list of all networks and network specific information. List of all containers attached to a specific network is removed from this API and is only available using the network specific `GET /networks/{network-id}. * `GET /containers/json` now supports `publish` and `expose` filters to filter containers that expose or publish certain ports. +* `POST /services/create` and `POST /services/(id or name)/update` now accept the `ReadOnly` parameter, which mounts the container's root filesystem as read only. ## v1.26 API changes