This commit is contained in:
spiritlhl
2023-08-27 02:11:55 +00:00
parent 5fa2f693a6
commit 9aa6102bfe
6 changed files with 18 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ outline: deep
- 只生成一个docker
- 可配置绑定独立的IPV6地址但需要先前使用本套脚本的环境安装命令安装的docker且需要宿主机至少绑定了/64的IPV6子网
- 支持x86_64和ARM架构的服务器
### 下载脚本
@@ -89,8 +90,9 @@ docker的ipv6地址只能在容器内自己查询在docker的配置中是不
- 批量多次运行继承配置生成
- 生成多个时为避免SSH连接中断建议在screen中执行
- 支持x86_64和ARM架构的服务器
## 运行
### 运行
国际
@@ -104,7 +106,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/create_
curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onedocker.sh -o onedocker.sh && chmod +x onedocker.sh
```
## 查询批量开设的信息
### 查询批量开设的信息
```shell
cat dclog

View File

@@ -14,6 +14,7 @@ outline: deep
- 下载默认需要的一些配置脚本
- 检测如果存在IPV6地址检测其是否大于或等于/64如果符合条件则配置docker的ipv6的网络
- 如果上述条件都符合创建ndpresponder的docker和radvd使得IPV6的分配支持ndp广播和自动分配
- 支持x86_64和ARM架构的服务器
国际

View File

@@ -29,3 +29,7 @@ https://github.com/jlesage/docker-firefox
https://github.com/linuxserver/docker-webtop
https://github.com/rustdesk/rustdesk
https://github.com/yoursunny/ndpresponder
感谢 [@Ella-Alinda](https://github.com/Ella-Alinda) 和 @CoiaPrant 提供的Docker指导