Skip to content

Commit

Permalink
api: remove HostConfig.LxcConf field
Browse files Browse the repository at this point in the history
Commit 3b5fac4  / 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 <github@gone.nl>
(cherry picked from commit 75a1ad0)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Feb 18, 2022
1 parent a5a6971 commit fbbe1fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5755,7 +5755,6 @@ paths:
property1: "string"
property2: "string"
IpcMode: ""
LxcConf: []
Memory: 0
MemorySwap: 0
MemoryReservation: 0
Expand Down

0 comments on commit fbbe1fc

Please sign in to comment.