summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2023-05-08 11:04:22 +0200
committerGitHub <noreply@github.com>2023-05-08 11:04:22 +0200
commit269e55a915187bd9bf4eec22b26d00f2342f23ad (patch)
tree20b947ef1e8fb9ba164a364d44aa4b68e82f93ef
parent8d9a40a820349860405e142249c55215aa4da8e3 (diff)
parent012dd239ce4d96f67bb92ffc86ea3cfd3cae69fa (diff)
downloaddocker-269e55a915187bd9bf4eec22b26d00f2342f23ad.tar.gz
Merge pull request #45483 from thaJeztah/24.0_backport_docs_api_fix_missing_endpoint
[24.0 backport] docs/api: version-history: also mention /system/df for VirtualSize
-rw-r--r--docs/api/version-history.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api/version-history.md b/docs/api/version-history.md
index 530040cdce..f5f20f503d 100644
--- a/docs/api/version-history.md
+++ b/docs/api/version-history.md
@@ -23,9 +23,9 @@ keywords: "API, Docker, rcli, REST, documentation"
* `GET /images/json` no longer includes hardcoded `<none>:<none>` and
`<none>@<none>` in `RepoTags` and`RepoDigests` for untagged images.
In such cases, empty arrays will be produced instead.
-* The `VirtualSize` field in the `GET /images/{name}/json` and `GET /images//json`
- responses is deprecated and will no longer be included in API v1.44. Use the
- `Size` field instead, which contains the same information.
+* The `VirtualSize` field in the `GET /images/{name}/json`, `GET /images/json`,
+ and `GET /system/df` responses is deprecated and will no longer be included
+ in API v1.44. Use the `Size` field instead, which contains the same information.
* `GET /info` now includes `no-new-privileges` in the `SecurityOptions` string
list when this option is enabled globally. This change is not versioned, and
affects all API versions if the daemon has this patch.