Skip to content

Commit 839e2ec

Browse files
committed
docs: remove HostConfig.LxcConf field from API docs
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 API documentation. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 75a1ad0 commit 839e2ec

21 files changed

+2
-20
lines changed

docs/api/v1.22.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ Return low-level information on the container `id`
553553
"ExtraHosts": null,
554554
"IpcMode": "",
555555
"Links": null,
556-
"LxcConf": [],
557556
"Memory": 0,
558557
"MemorySwap": 0,
559558
"MemoryReservation": 0,

docs/api/v1.23.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ Return low-level information on the container `id`
579579
"ExtraHosts": null,
580580
"IpcMode": "",
581581
"Links": null,
582-
"LxcConf": [],
583582
"Memory": 0,
584583
"MemorySwap": 0,
585584
"MemoryReservation": 0,

docs/api/v1.24.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ Return low-level information on the container `id`
624624
"ExtraHosts": null,
625625
"IpcMode": "",
626626
"Links": null,
627-
"LxcConf": [],
628627
"Memory": 0,
629628
"MemorySwap": 0,
630629
"MemoryReservation": 0,

docs/api/v1.25.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2975,7 +2975,6 @@ paths:
29752975
CpuRealtimeRuntime: 10000
29762976
Devices: []
29772977
IpcMode: ""
2978-
LxcConf: []
29792978
Memory: 0
29802979
MemorySwap: 0
29812980
MemoryReservation: 0

docs/api/v1.26.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2980,7 +2980,6 @@ paths:
29802980
CpuRealtimeRuntime: 10000
29812981
Devices: []
29822982
IpcMode: ""
2983-
LxcConf: []
29842983
Memory: 0
29852984
MemorySwap: 0
29862985
MemoryReservation: 0

docs/api/v1.27.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3040,7 +3040,6 @@ paths:
30403040
CpuRealtimeRuntime: 10000
30413041
Devices: []
30423042
IpcMode: ""
3043-
LxcConf: []
30443043
Memory: 0
30453044
MemorySwap: 0
30463045
MemoryReservation: 0

docs/api/v1.28.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3130,7 +3130,6 @@ paths:
31303130
CpuRealtimeRuntime: 10000
31313131
Devices: []
31323132
IpcMode: ""
3133-
LxcConf: []
31343133
Memory: 0
31353134
MemorySwap: 0
31363135
MemoryReservation: 0

docs/api/v1.29.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3164,7 +3164,6 @@ paths:
31643164
CpuRealtimeRuntime: 10000
31653165
Devices: []
31663166
IpcMode: ""
3167-
LxcConf: []
31683167
Memory: 0
31693168
MemorySwap: 0
31703169
MemoryReservation: 0

docs/api/v1.30.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3382,7 +3382,6 @@ paths:
33823382
CpuRealtimeRuntime: 10000
33833383
Devices: []
33843384
IpcMode: ""
3385-
LxcConf: []
33863385
Memory: 0
33873386
MemorySwap: 0
33883387
MemoryReservation: 0

docs/api/v1.31.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3452,7 +3452,6 @@ paths:
34523452
CpuRealtimeRuntime: 10000
34533453
Devices: []
34543454
IpcMode: ""
3455-
LxcConf: []
34563455
Memory: 0
34573456
MemorySwap: 0
34583457
MemoryReservation: 0

0 commit comments

Comments
 (0)