Browse code

docs: add mention of DefaultAddressPools to API history

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2020/07/20 21:36:57
Showing 1 changed files
... ...
@@ -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,