From fbbe1fcfd8c0b3f01a004879a0d4dd623f3f6ca3 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 20 Jan 2022 17:23:51 +0100 Subject: [PATCH] api: remove HostConfig.LxcConf field Commit 3b5fac462d21ca164b3778647420016315289034 / docker 1.10 removed support for the LXC runtime, and removed the corresponding fields from the API (v1.22). This patch removes the `HostConfig.LxcConf` field from the swagger definition. Signed-off-by: Sebastiaan van Stijn (cherry picked from commit 75a1ad0c9f460b1aa565fad4f38a01d01c9b73d9) Signed-off-by: Sebastiaan van Stijn --- api/swagger.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 888d576ab9..b6bca4cef1 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -5755,7 +5755,6 @@ paths: property1: "string" property2: "string" IpcMode: "" - LxcConf: [] Memory: 0 MemorySwap: 0 MemoryReservation: 0