From 9aa6102bfefcbc5fa6b1d3f0dcba01991cd934dc Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Sun, 27 Aug 2023 02:11:55 +0000 Subject: [PATCH] update --- docs/en_US/guide/docker_build.md | 4 +++- docs/en_US/guide/docker_install.md | 1 + docs/en_US/guide/docker_thanks.md | 6 +++++- docs/guide/docker_build.md | 6 ++++-- docs/guide/docker_install.md | 1 + docs/guide/docker_thanks.md | 4 ++++ 6 files changed, 18 insertions(+), 4 deletions(-) diff --git a/docs/en_US/guide/docker_build.md b/docs/en_US/guide/docker_build.md index 2186e3cef3..e2ee7ff8c7 100644 --- a/docs/en_US/guide/docker_build.md +++ b/docs/en_US/guide/docker_build.md @@ -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 diff --git a/docs/en_US/guide/docker_install.md b/docs/en_US/guide/docker_install.md index 828f460281..97fa0dbf42 100644 --- a/docs/en_US/guide/docker_install.md +++ b/docs/en_US/guide/docker_install.md @@ -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: diff --git a/docs/en_US/guide/docker_thanks.md b/docs/en_US/guide/docker_thanks.md index c88056b21d..ae2a82fc3c 100644 --- a/docs/en_US/guide/docker_thanks.md +++ b/docs/en_US/guide/docker_thanks.md @@ -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 \ No newline at end of file +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. \ No newline at end of file diff --git a/docs/guide/docker_build.md b/docs/guide/docker_build.md index 0dfc558111..16142ee47c 100644 --- a/docs/guide/docker_build.md +++ b/docs/guide/docker_build.md @@ -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 diff --git a/docs/guide/docker_install.md b/docs/guide/docker_install.md index b0d6de8602..0c3928b87d 100644 --- a/docs/guide/docker_install.md +++ b/docs/guide/docker_install.md @@ -14,6 +14,7 @@ outline: deep - 下载默认需要的一些配置脚本 - 检测如果存在IPV6地址,检测其是否大于或等于/64,如果符合条件,则配置docker的ipv6的网络 - 如果上述条件都符合,创建ndpresponder的docker和radvd,使得IPV6的分配支持ndp广播和自动分配 +- 支持x86_64和ARM架构的服务器 国际 diff --git a/docs/guide/docker_thanks.md b/docs/guide/docker_thanks.md index 7978abdc90..ef5d2a9045 100644 --- a/docs/guide/docker_thanks.md +++ b/docs/guide/docker_thanks.md @@ -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指导 \ No newline at end of file