From ccf136368066ed8e04f73f28b1f73ab54ab60cb3 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 4 Sep 2025 21:52:11 +0200 Subject: [PATCH] api/docs: update v1.52 docs with current swagger Signed-off-by: Sebastiaan van Stijn --- api/docs/v1.52.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/docs/v1.52.yaml b/api/docs/v1.52.yaml index 2e9f1a1e5a..2fb2052360 100644 --- a/api/docs/v1.52.yaml +++ b/api/docs/v1.52.yaml @@ -1620,6 +1620,8 @@ definitions: Bridge: description: | Name of the default bridge interface when dockerd's --bridge flag is set. + + Deprecated: This field is only set when the daemon is started with the --bridge flag specified. type: "string" example: "docker0" SandboxID: @@ -2055,6 +2057,7 @@ definitions: format: "int64" example: 1239828 GraphDriver: + x-nullable: true $ref: "#/definitions/DriverData" RootFS: description: |