api: remove HostConfig.LxcConf field from swagger and docs
@@ -5915,7 +5915,6 @@ paths:
property1: "string"
property2: "string"
IpcMode: ""
- LxcConf: []
Memory: 0
MemorySwap: 0
MemoryReservation: 0
@@ -553,7 +553,6 @@ Return low-level information on the container `id`
"ExtraHosts": null,
"IpcMode": "",
"Links": null,
- "LxcConf": [],
"Memory": 0,
"MemorySwap": 0,
"MemoryReservation": 0,
@@ -579,7 +579,6 @@ Return low-level information on the container `id`
@@ -624,7 +624,6 @@ Return low-level information on the container `id`
@@ -2975,7 +2975,6 @@ paths:
CpuRealtimeRuntime: 10000
Devices: []
@@ -2980,7 +2980,6 @@ paths:
@@ -3040,7 +3040,6 @@ paths:
@@ -3130,7 +3130,6 @@ paths:
@@ -3164,7 +3164,6 @@ paths:
@@ -3382,7 +3382,6 @@ paths:
@@ -3452,7 +3452,6 @@ paths:
@@ -4691,7 +4691,6 @@ paths:
@@ -4696,7 +4696,6 @@ paths:
@@ -4725,7 +4725,6 @@ paths:
@@ -4707,7 +4707,6 @@ paths:
@@ -4723,7 +4723,6 @@ paths:
@@ -4743,7 +4743,6 @@ paths:
@@ -4804,7 +4804,6 @@ paths:
@@ -5459,7 +5459,6 @@ paths:
@@ -5600,7 +5600,6 @@ paths:
@@ -5755,7 +5755,6 @@ paths:
@@ -499,6 +499,8 @@ keywords: "API, Docker, rcli, REST, documentation"
[Docker Engine API v1.22](v1.22.md) documentation
+* The `HostConfig.LxcConf` field has been removed, and is no longer available on
+ `POST /containers/create` and `GET /containers/(id)/json`.
* `POST /container/(name)/update` updates the resources of a container.
* `GET /containers/json` supports filter `isolation` on Windows.
* `GET /containers/json` now returns the list of networks of containers.