Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 099c350

Browse files
authored
Merge pull request #39993 from feliperuhland/fix-doc-inline-code
Fix Engine API version history typo Upstream-commit: 40b9333523d9c128bb6746f80b8e698b21feb6e0 Component: engine
2 parents 3808b6e + 75d3307 commit 099c350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/engine/docs/api/version-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ keywords: "API, Docker, rcli, REST, documentation"
263263
* `GET /containers/create` now takes a `DeviceCgroupRules` field in `HostConfig` allowing to set custom device cgroup rules for the created container.
264264
* Optional query parameter `verbose` for `GET /networks/(id or name)` will now list all services with all the tasks, including the non-local tasks on the given network.
265265
* `GET /containers/(id or name)/attach/ws` now returns WebSocket in binary frame format for API version >= v1.28, and returns WebSocket in text frame format for API version< v1.28, for the purpose of backward-compatibility.
266-
* `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}.
266+
* `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}`.
267267
* `GET /containers/json` now supports `publish` and `expose` filters to filter containers that expose or publish certain ports.
268268
* `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.
269269
* `POST /build` now accepts `extrahosts` parameter to specify a host to ip mapping to use during the build.

0 commit comments

Comments
 (0)