Commit e403eb6
fix(embed): fall back to iptables-legacy when nft backend is unsupported (#74)
* fix(embed): fall back to iptables-legacy when nft backend is unsupported
Rancher Desktop with VZ virtualization (no Rosetta) runs a minimal
ARM64 kernel that lacks CONFIG_NF_TABLES. The entrypoint now probes
iptables-nft first, falls back to iptables-legacy, and aborts if
neither works — network isolation is never silently skipped.
* docs(installation): add Docker runtime compatibility matrix
* fix(entrypoint): include actual error in iptables fallback message
* docs: clarify iptables fallback chain in runtime compatibility notes
* chore: bump Go to 1.26.2
* chore: revert Go version to 1.26.1 (nixpkgs-unstable lacks 1.26.2)
---------
Co-authored-by: OpenCode Agent <agent@opencode>1 parent 9643d66 commit e403eb6
3 files changed
Lines changed: 68 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
9 | 34 | | |
10 | 35 | | |
11 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
4 | 26 | | |
5 | | - | |
| 27 | + | |
6 | 28 | | |
7 | 29 | | |
8 | 30 | | |
9 | | - | |
| 31 | + | |
10 | 32 | | |
11 | 33 | | |
12 | 34 | | |
13 | 35 | | |
14 | | - | |
| 36 | + | |
15 | 37 | | |
16 | 38 | | |
17 | 39 | | |
| |||
25 | 47 | | |
26 | 48 | | |
27 | 49 | | |
28 | | - | |
| 50 | + | |
29 | 51 | | |
30 | 52 | | |
31 | 53 | | |
| |||
41 | 63 | | |
42 | 64 | | |
43 | 65 | | |
44 | | - | |
45 | | - | |
| 66 | + | |
| 67 | + | |
46 | 68 | | |
47 | 69 | | |
48 | 70 | | |
| |||
55 | 77 | | |
56 | 78 | | |
57 | 79 | | |
58 | | - | |
| 80 | + | |
59 | 81 | | |
60 | 82 | | |
61 | 83 | | |
62 | 84 | | |
63 | 85 | | |
64 | | - | |
| 86 | + | |
65 | 87 | | |
66 | 88 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
72 | 94 | | |
73 | 95 | | |
74 | 96 | | |
| |||
0 commit comments