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 <[email protected]>
  • Loading branch information
thaJeztah committed Jan 20, 2022
1 parent 6e05fa7 commit 75a1ad0
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 @@ -5915,7 +5915,6 @@ paths:
property1: "string"
property2: "string"
IpcMode: ""
LxcConf: []
Memory: 0
MemorySwap: 0
MemoryReservation: 0
Expand Down

0 comments on commit 75a1ad0

Please sign in to comment.