Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -17,7 +17,10 @@ keywords: "API, Docker, rcli, REST, documentation" |
| 17 | 17 |
|
| 18 | 18 |
[Docker Engine API v1.41](https://docs.docker.com/engine/api/v1.41/) documentation |
| 19 | 19 |
|
| 20 |
-* `GET /info` now returns an `CgroupVersion` field, containing the cgroup version. |
|
| 20 |
+* `GET /info` now returns a `CgroupVersion` field, containing the cgroup version. |
|
| 21 |
+* `GET /info` now returns a `DefaultAddressPools` field, containing a list of |
|
| 22 |
+ custom default address pools for local networks, which can be specified in the |
|
| 23 |
+ `daemon.json` file or `--default-address-pool` dockerd option. |
|
| 21 | 24 |
* `POST /services/create` and `POST /services/{id}/update` now supports `BindOptions.NonRecursive`.
|
| 22 | 25 |
* The `ClusterStore` and `ClusterAdvertise` fields in `GET /info` are deprecated |
| 23 | 26 |
and are now omitted if they contain an empty value. This change is not versioned, |