summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2020-04-16 21:02:30 +0200
committerGitHub <noreply@github.com>2020-04-16 21:02:30 +0200
commitc8e31dc2f2b52ad4c5033e5ee9c14928cb9a6767 (patch)
treecc7ec56825194f0597f3255d0d3aca56a3612c9a /docs/api
parent620bce847dd8ef9b335c36c3acb84ceb5374b446 (diff)
parent157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b (diff)
downloaddocker-c8e31dc2f2b52ad4c5033e5ee9c14928cb9a6767.tar.gz
Merge pull request #39882 from thaJeztah/swarm_pids_limit
Add API support for PidsLimit on services
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/version-history.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api/version-history.md b/docs/api/version-history.md
index 5035added8..8ca3c36007 100644
--- a/docs/api/version-history.md
+++ b/docs/api/version-history.md
@@ -30,6 +30,12 @@ keywords: "API, Docker, rcli, REST, documentation"
* `POST /services/{id}/update` now accepts `Capabilities` as part of the `ContainerSpec`.
* `GET /tasks` now returns `Capabilities` as part of the `ContainerSpec`.
* `GET /tasks/{id}` now returns `Capabilities` as part of the `ContainerSpec`.
+* `GET /services` now returns `PidsLimit` as part of the `ContainerSpec`.
+* `GET /services/{id}` now returns `PidsLimit` as part of the `ContainerSpec`.
+* `POST /services/create` now accepts `PidsLimit` as part of the `ContainerSpec`.
+* `POST /services/{id}/update` now accepts `PidsLimit` as part of the `ContainerSpec`.
+* `GET /tasks` now returns `PidsLimit` as part of the `ContainerSpec`.
+* `GET /tasks/{id}` now returns `PidsLimit` as part of the `ContainerSpec`.
* `POST /containers/create` on Linux now accepts the `HostConfig.CgroupnsMode` property.
Set the property to `host` to create the container in the daemon's cgroup namespace, or
`private` to create the container in its own private cgroup namespace. The per-daemon