File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,16 @@ Reboot the system for the changes to take effect
2626
2727If the above changes still do not support the opening of centos7, try using a different host system.
2828
29+ ## Requires both Incus and Docker compatibility to exist
30+
31+ If left unaddressed, docker will override the iptables setting and cause Incus to have no network link
32+
33+ You need to install a scheduled task to detect and fix this issue
34+
35+ ``` shell
36+ curl -L https://raw.githubusercontent.com/oneclickvirt/incus/main/extra_scripts/docker-coexistence.sh -o docker-coexistence.sh && chmod +x docker-coexistence.sh && bash docker-coexistence.sh
37+ ```
38+
2939## Currently verified VPS vendors that can open containers with separate IPV6 addresses.
3040
3141[ kuroit] ( https://my.kuroit.com/aff.php?aff=5 ) Phoenix, USA regular
Original file line number Diff line number Diff line change @@ -41,6 +41,16 @@ Reboot the system for the changes to take effect
4141
4242If the above changes still do not support the opening of centos7, try using a different host system.
4343
44+ ## Requires both LXD and Docker compatibility to exist
45+
46+ If left unaddressed, docker will override the iptables setting and cause LXD to have no network link
47+
48+ You need to install a scheduled task to detect and fix this issue
49+
50+ ``` shell
51+ curl -L https://raw.githubusercontent.com/oneclickvirt/incus/main/extra_scripts/docker-coexistence.sh -o docker-coexistence.sh && chmod +x docker-coexistence.sh && bash docker-coexistence.sh
52+ ```
53+
4454## Currently verified VPS vendors that can open containers with separate IPV6 addresses.
4555
4656[ kuroit] ( https://my.kuroit.com/aff.php?aff=5 ) Phoenix, USA regular
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ outline: deep
44
55# 解惑
66
7- ## 开设centos7发现报错CGroupV1不支持怎么办
7+ ## 开设centos7发现报错CGroupV1不支持
88
99启用CGroup V1:要在Ubuntu系统上启用CGroup V1,需要编辑内核启动参数。
1010
@@ -26,6 +26,24 @@ sudo update-grub
2626
2727如果上述更改仍旧不支持开设centos7,那么请使用别的宿主机系统尝试
2828
29+ ## 需要Incus和Docker兼容同时存在
30+
31+ 如果不做处理,docker会覆写iptables设置导致Incus无网络链接
32+
33+ 需要安装一个定时任务定时检测和修复这个问题
34+
35+ 国际
36+
37+ ``` shell
38+ curl -L https://raw.githubusercontent.com/oneclickvirt/incus/main/extra_scripts/docker-coexistence.sh -o docker-coexistence.sh && chmod +x docker-coexistence.sh && bash docker-coexistence.sh
39+ ```
40+
41+ 国内
42+
43+ ``` shell
44+ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/incus/main/extra_scripts/docker-coexistence.sh -o docker-coexistence.sh && chmod +x docker-coexistence.sh && bash docker-coexistence.sh
45+ ```
46+
2947## 目前已验证可开带独立IPV6地址容器的VPS商家
3048
3149[ kuroit] ( https://my.kuroit.com/aff.php?aff=5 ) 中的 美国凤凰城 regular
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ outline: deep
44
55# 解惑
66
7- ## 如果LXD安装后lxc命令显示找不到怎么办
7+ ## LXD安装后lxc命令显示找不到
88
99```
1010! lxc -h >/dev/null 2>&1 && echo 'alias lxc="/snap/bin/lxc"' >> /root/.bashrc && source /root/.bashrc
1919
2020看看lxc命令是否已修复
2121
22- ## 开设centos7发现报错CGroupV1不支持怎么办
22+ ## 开设centos7发现报错CGroupV1不支持
2323
2424启用CGroup V1:要在Ubuntu系统上启用CGroup V1,需要编辑内核启动参数。
2525
@@ -41,6 +41,24 @@ sudo update-grub
4141
4242如果上述更改仍旧不支持开设centos7,那么请使用别的宿主机系统尝试
4343
44+ ## 需要LXD和Docker兼容同时存在
45+
46+ 如果不做处理,docker会覆写iptables设置导致LXD无网络链接
47+
48+ 需要安装一个定时任务定时检测和修复这个问题
49+
50+ 国际
51+
52+ ``` shell
53+ curl -L https://raw.githubusercontent.com/oneclickvirt/incus/main/extra_scripts/docker-coexistence.sh -o docker-coexistence.sh && chmod +x docker-coexistence.sh && bash docker-coexistence.sh
54+ ```
55+
56+ 国内
57+
58+ ``` shell
59+ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/incus/main/extra_scripts/docker-coexistence.sh -o docker-coexistence.sh && chmod +x docker-coexistence.sh && bash docker-coexistence.sh
60+ ```
61+
4462## 目前已验证可开带独立IPV6地址容器的VPS商家
4563
4664[ kuroit] ( https://my.kuroit.com/aff.php?aff=5 ) 中的 美国凤凰城 regular
You can’t perform that action at this time.
0 commit comments