You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`GET /images/json` now sets the value of `Containers` field for all images
21
21
to the count of containers using the image.
22
22
This field was previously always -1.
23
+
* Deprecated: The field `NetworkSettings.Bridge` returned by `GET /containers/{id}/json`
24
+
is deprecated and will be removed in the next API version.
23
25
24
26
## v1.50 API changes
25
27
@@ -974,9 +976,10 @@ are not part of the underlying image's Config, and deprecated:
974
976
*`GET /containers/(name)/json` now accepts a `size` parameter. Setting this parameter to '1' returns container size information in the `SizeRw` and `SizeRootFs` fields.
975
977
*`GET /containers/(name)/json` now returns a `NetworkSettings.Networks` field,
976
978
detailing network settings per network. This field deprecates the
0 commit comments