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 @@ There are two methods of building
- Generate only one docker
- Can be configured to bind a separate IPV6 address, but requires a docker previously installed using the environment installation command of this set of scripts, and requires the host to be bound to at least the /64 IPV6 subnet
- Support for x86_64 and ARM architecture servers
### Download the Script
@@ -83,6 +84,7 @@ The docker's ipv6 address can only be looked up within the container itself, it
- Run inheritance configuration generation multiple times in bulk.
- When generating multiple instances, it is recommended to execute within a `screen` session to avoid SSH connection interruptions.
- Support for x86_64 and ARM architecture servers
Command:
@@ -90,7 +92,7 @@ Command:
curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/create_docker.sh -o create_docker.sh && chmod +x create_docker.sh && bash create_docker.sh
```
## Querying information on batch openings
### Querying information on batch openings
```shell
cat dclog

View File

@@ -13,6 +13,7 @@ Support for running Docker virtualization on various systems, including Linux, A
- Download some configuration scripts required by default
- Detect if there is an IPV6 address, check if it is greater than or equal to /64, and if so, configure the docker's ipv6 network.
- If all the above conditions are met, create ndpresponder docker and radvd so that IPV6 allocation supports ndp broadcasting and auto-allocation.
- Support for x86_64 and ARM architecture servers
Command:

View File

@@ -26,4 +26,8 @@ https://forum.garudalinux.org/t/error-while-attempting-to-create-a-virtual-machi
https://github.com/jlesage/docker-firefox
https://github.com/linuxserver/docker-webtop
https://github.com/linuxserver/docker-webtop
https://github.com/yoursunny/ndpresponder
Thank [@Ella-Alinda](https://github.com/Ella-Alinda) and @CoiaPrant for providing docker guidance.

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指导