api: remove HostConfig.LxcConf field
Commit3b5fac462d
/ 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 commit75a1ad0c9f
) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a5a697143d
commit
fbbe1fcfd8
1 changed files with 0 additions and 1 deletions
|
@ -5755,7 +5755,6 @@ paths:
|
|||
property1: "string"
|
||||
property2: "string"
|
||||
IpcMode: ""
|
||||
LxcConf: []
|
||||
Memory: 0
|
||||
MemorySwap: 0
|
||||
MemoryReservation: 0
|
||||
|
|
Loading…
Reference in a new issue