Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -49,7 +49,6 @@ keywords: "API, Docker, rcli, REST, documentation" |
| 49 | 49 |
* `GET /info` now returns information about `DataPathPort` that is currently used in swarm |
| 50 | 50 |
* `GET /info` now returns `PidsLimit` boolean to indicate if the host kernel has |
| 51 | 51 |
PID limit support enabled. |
| 52 |
- |
|
| 53 | 52 |
* `GET /swarm` endpoint now returns DataPathPort info |
| 54 | 53 |
* `POST /containers/create` now takes `KernelMemoryTCP` field to set hard limit for kernel TCP buffer memory. |
| 55 | 54 |
* `GET /service` now returns `MaxReplicas` as part of the `Placement`. |
| ... | ... |
@@ -57,7 +56,7 @@ keywords: "API, Docker, rcli, REST, documentation" |
| 57 | 57 |
* `POST /service/create` and `POST /services/(id or name)/update` now take the field `MaxReplicas` |
| 58 | 58 |
as part of the service `Placement`, allowing to specify maximum replicas per node for the service. |
| 59 | 59 |
* `GET /containers` now returns `Capabilities` field as part of the `HostConfig`. |
| 60 |
-* `GET /containers/{id}` now returns a `Capabilities` field as part of the `HostConfig`.
|
|
| 60 |
+* `GET /containers/{id}/json` now returns a `Capabilities` field as part of the `HostConfig`.
|
|
| 61 | 61 |
* `POST /containers/create` now takes a `Capabilities` field to set the list of |
| 62 | 62 |
kernel capabilities to be available for the container (this overrides the default |
| 63 | 63 |
set). |