mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-05-30 14:55:30 +08:00
更新文档
This commit is contained in:
@@ -174,6 +174,7 @@ SPONSOR_ADS=(
|
||||
"速维云 · 大陆香港美日全球千兆大带宽、BGP多线、高频云、物理服务器 ➜ \033[3mhttps://www.svyun.com\033[0m"
|
||||
"酷盾安全 · 集分布式DDoS防护、CC防护、WAF防护、BOT行为分析一体化防护 ➜ \033[3mhttps://www.kd.cn\033[0m"
|
||||
"酷番云 · 安全、稳定、可信赖的企业级云服务提供商 ➜ \033[3mhttps://www.kufanyun.com\033[0m"
|
||||
"数掘科技 · 全球|高防CDN 99元|高防服务器29元 ➜ \033[3mhttps://shujue.cn\033[0m"
|
||||
"语鹿云盾 · 专业CDN加速、防御,亚太百兆三网优化CDN低至9元起 ➜ \033[3mhttps://www.lucdn.cn\033[0m"
|
||||
"不二云 · 国内外建站快响应服务器的不二之选 ➜ \033[3mhttps://cb2.cn\033[0m"
|
||||
"润信云 · 国内挂机宝海外云服务器低至9.9元/月 ➜ \033[3mhttps://www.runxinyun.com\033[0m"
|
||||
|
||||
@@ -91,6 +91,7 @@ SPONSOR_ADS=(
|
||||
"速维云 · 大陆香港美日全球千兆大带宽、BGP多线、高频云、物理服务器 ➜ \033[3mhttps://www.svyun.com\033[0m"
|
||||
"酷盾安全 · 集分布式DDoS防护、CC防护、WAF防护、BOT行为分析一体化防护 ➜ \033[3mhttps://www.kd.cn\033[0m"
|
||||
"酷番云 · 安全、稳定、可信赖的企业级云服务提供商 ➜ \033[3mhttps://www.kufanyun.com\033[0m"
|
||||
"数掘科技 · 全球|高防CDN 99元|高防服务器29元 ➜ \033[3mhttps://shujue.cn\033[0m"
|
||||
"语鹿云盾 · 专业CDN加速、防御,亚太百兆三网优化CDN低至9元起 ➜ \033[3mhttps://www.lucdn.cn\033[0m"
|
||||
"不二云 · 国内外建站快响应服务器的不二之选 ➜ \033[3mhttps://cb2.cn\033[0m"
|
||||
"润信云 · 国内挂机宝海外云服务器低至9.9元/月 ➜ \033[3mhttps://www.runxinyun.com\033[0m"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 33 KiB |
BIN
docs/assets/images/sponsor/shujuekeji-dark.png
Normal file
BIN
docs/assets/images/sponsor/shujuekeji-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.0 KiB |
BIN
docs/assets/images/sponsor/shujuekeji-light.png
Normal file
BIN
docs/assets/images/sponsor/shujuekeji-light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
@@ -146,6 +146,12 @@ hide:
|
||||
|
||||
Starting from V2, Docker Compose is part of the Docker CLI. The script integrates the installation of this [plugin](https://docs.docker.com/compose/install/linux) by default. Please use the `docker compose` command instead of `docker-compose`.
|
||||
|
||||
!!! node "Script Compatibility Notes"
|
||||
|
||||
This script offers broad compatibility; it does not strictly detect or validate the specific system type, but officially supports only Debian-based and Red Hat-based Linux distributions and their derivatives. Since maintaining a comprehensive and up-to-date list of supported systems is challenging, users of certain independent Linux distributions may encounter difficulties. In such cases, please consult your operating system's official package repositories, or refer to the official documentation on [Installing Docker Engine from Binaries](https://docs.docker.com/engine/install/binaries/) and [Docker Desktop](https://www.docker.com/products/docker-desktop).
|
||||
|
||||
For NAS users (specifically regarding the period prior to May 16, 2026): The original logic for switching container registry sources (mirror accelerators) was quite simplistic—it directly overwrote the existing configuration file. This approach inadvertently created the *illusion* of data loss. The root causes included the aforementioned issue regarding high system compatibility (which allowed the script to run on a wide range of systems) and—crucially—the fact that we had not anticipated that NAS devices would utilize this project. Consequently, NAS system environments were unintentionally and adversely affected. Originally, the script was designed with only an "installation" mode as its intended use case; the "change mirror accelerator only" mode is a feature that was introduced more recently. We have since revised the script to modify configurations using `jq`, thereby ensuring that the configuration file is no longer overwritten. We sincerely apologize for any inconvenience or distress this may have caused!
|
||||
|
||||
!!! node "About Software Sources"
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
@@ -146,6 +146,12 @@ hide:
|
||||
|
||||
Docker Compose 自 V2 版本起开始作为 Docker CLI(命令行)的一部分,脚本默认集成安装该[插件](https://docs.docker.com/compose/install/linux),请使用 `docker compose` 命令替代 `docker-compose`
|
||||
|
||||
!!! node "脚本兼容性说明"
|
||||
|
||||
该脚本兼容性较高,不强制检测和判定系统类型,仅支持 `Debian` 系和 `RedHat` 系的 Linux 发行版以及衍生版。由于支持列表难以统计和维护,因此可能会使部分独立发行版操作系统的用户感到困惑,请您查看系统官方提供的软件包仓库或参考 [从二进制文件安装 Docker Engine](https://docs.docker.com/engine/install/binaries/) 与 [Docker Desktop](https://www.docker.com/products/docker-desktop)。
|
||||
|
||||
对于 NAS 用户(截止至 2026 年 5 月 16 日之前),由于原先更换镜像仓库(镜像加速器)源的逻辑较为简单、直接覆盖配置,从而导致产生了数据丢失的 “假象”,原因包括上面所说的兼容性较高问题,并且(在此之前)没有预料到会有 NAS 设备使用本项目,因此恰巧误伤了 NAS 系统场景。脚本原先只有安装模式作为预设使用场景,“仅更换镜像加速器” 模式是近期推出的功能。当前已改为通过 jq 修改配置,不会再覆盖配置文件,为此深感抱歉!
|
||||
|
||||
!!! node "软件源说明"
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
@@ -168,7 +174,6 @@ hide:
|
||||
|
||||
注:脚本内的指定 Web 协议交互仅用于控制 `Docker CE` 软件源,`Docker Registry` 强制使用 `HTTPS` 协议
|
||||
|
||||
|
||||
!!! quote "内置的镜像仓库源"
|
||||
|
||||
<div style="text-align: center" markdown>
|
||||
|
||||
@@ -146,6 +146,12 @@ hide:
|
||||
|
||||
Docker Compose 自 V2 版本起開始作為 Docker CLI(命令列)的一部分,腳本預設整合安裝該[插件](https://docs.docker.com/compose/install/linux),請使用 `docker compose` 指令取代 `docker-compose`
|
||||
|
||||
!!! node "腳本相容性說明"
|
||||
|
||||
該腳本相容性較高,不強制檢測和判定系統類型,僅支援 `Debian` 系和 `RedHat` 系的 Linux 發行版以及衍生版。由於支援列表難以統計和維護,因此可能會使部分獨立發行版操作系統的使用者感到困惑,請您查看系統官方提供的軟體包倉庫或參考 [從二進制文件安裝 Docker Engine](https://docs.docker.com/engine/install/binaries/) 與 [Docker Desktop](https://www.docker.com/products/docker-desktop)。
|
||||
|
||||
對於 NAS 用戶(截止至 2026 年 5 月 16 日之前),由於原先更換鏡像倉庫(鏡像加速器)源的邏輯較為簡單、直接覆蓋配置,從而導致產生了數據丟失的 “假象”,原因包括上面所說的兼容性較高問題,並且(在此之前)沒有預料到會有 NAS 設備使用本項目,因此使用本項目-巧傷了。腳本原先只有安裝模式作為預設使用場景,「僅更換鏡像加速器」模式是近期推出的功能。目前已改為透過 jq 修改配置,不會再覆蓋配置文件,為此深感抱歉!
|
||||
|
||||
!!! node "軟體源說明"
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
@@ -67,6 +67,11 @@
|
||||
<img src="/assets/images/sponsor/kufanyun-light.png#only-light" alt="酷番云" style="width: 71% !important" />
|
||||
<img src="/assets/images/sponsor/kufanyun-dark.png#only-dark" alt="酷番云" style="width: 71% !important" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-flex" target="_blank" href="https://shujue.cn" title="全球|高防CDN 99元|高防服务器29元">
|
||||
<!-- 27 5 19 -->
|
||||
<img src="/assets/images/sponsor/shujuekeji-light.png#only-light" alt="数掘科技" />
|
||||
<img src="/assets/images/sponsor/shujuekeji-dark.png#only-dark" alt="数掘科技" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-flex" target="_blank" rel="noopener noreferrer" href="https://arcadia.cool" title="一站式代码运维平台">
|
||||
<img src="/assets/images/sponsor/arcadia-light.png#only-light" alt="Arcadia" style="width: 57% !important" />
|
||||
<img src="/assets/images/sponsor/arcadia-dark.png#only-dark" alt="Arcadia" style="width: 57% !important" />
|
||||
@@ -86,7 +91,7 @@
|
||||
<img src="/assets/images/sponsor/runxinyun-dark.png#only-dark" alt="润信云" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-flex" target="_blank" href="https://www.tsycdn.com" title="高防CDN,国内BGP多线/香港/死扛CC/DDos攻击">
|
||||
<!-- 26 5 23 -->
|
||||
<!-- 26 6 23 -->
|
||||
<img src="/assets/images/sponsor/lanyiyun-light.png#only-light" alt="蓝易云" />
|
||||
<img src="/assets/images/sponsor/lanyiyun-dark.png#only-dark" alt="蓝易云" />
|
||||
</a>
|
||||
|
||||
@@ -518,9 +518,9 @@
|
||||
|
||||
.sponsor-item-toc {
|
||||
margin: 0;
|
||||
padding: 14px !important;
|
||||
height: 56px !important;
|
||||
max-height: 56px !important;
|
||||
padding: 4px 18px !important;
|
||||
height: 40px !important;
|
||||
max-height: 40px !important;
|
||||
border-radius: 6px !important;
|
||||
box-sizing: border-box;
|
||||
flex: 0 0 calc(50% - 2px) !important;
|
||||
|
||||
6
docs/theme/partials/toc.html
vendored
6
docs/theme/partials/toc.html
vendored
@@ -14,7 +14,7 @@
|
||||
<strong>{{'Sponsors' if i18n_page_locale == 'en' else '贊助商' if i18n_page_locale == 'zh-Hant' else '赞助商'}}</strong>
|
||||
</div>
|
||||
<div class="sponsor-wrapper sponsor-flex-wrapper-toc no-select">
|
||||
<a class="sponsor-item sponsor-item-toc" target="_blank" rel="noopener noreferrer" href="https://1panel.cn" title="新一代的 Linux 服务器运维管理面板">
|
||||
<a class="sponsor-item sponsor-item-toc sponsor-item-toc-full-row" target="_blank" rel="noopener noreferrer" href="https://1panel.cn" title="新一代的 Linux 服务器运维管理面板">
|
||||
<img src="/assets/images/sponsor/1panel.png" alt="1Panel" style="filter: grayscale(1) invert(0.6)" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-toc" target="_blank" rel="noopener noreferrer" href="https://www.duotuyun.com" title="智能化防护,每一次连接皆在安全之下">
|
||||
@@ -69,6 +69,10 @@
|
||||
<img src="/assets/images/sponsor/kufanyun-light.png#only-light" alt="酷番云" style="filter: grayscale(1) invert(0.2)" />
|
||||
<img src="/assets/images/sponsor/kufanyun-dark.png#only-dark" alt="酷番云" style="filter: grayscale(1) invert(0.3)" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-toc" target="_blank" href="https://shujue.cn" title="全球|高防CDN 99元|高防服务器29元">
|
||||
<img src="/assets/images/sponsor/shujuekeji-light.png#only-light" alt="数掘科技" style="filter: grayscale(1) invert(0.4)" />
|
||||
<img src="/assets/images/sponsor/shujuekeji-dark.png#only-dark" alt="数掘科技" style="filter: grayscale(1) invert(0.4)" />
|
||||
</a>
|
||||
<a class="sponsor-item sponsor-item-toc" target="_blank" rel="noopener noreferrer" href="https://arcadia.cool" title="一站式代码运维平台">
|
||||
<img src="/assets/images/sponsor/arcadia-light.png#only-light" alt="Arcadia" style="padding: 0 2px; filter: grayscale(1) invert(0.5)" />
|
||||
<img src="/assets/images/sponsor/arcadia-dark.png#only-dark" alt="Arcadia" style="padding: 0 2px; filter: grayscale(1) invert(0.4)" />
|
||||
|
||||
Reference in New Issue
Block a user