mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 07:50:28 +08:00
更新文档
This commit is contained in:
BIN
docs/assets/images/other/aaPanel.png
Normal file
BIN
docs/assets/images/other/aaPanel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
3
docs/assets/images/other/bt.svg
Normal file
3
docs/assets/images/other/bt.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 47 KiB |
@@ -102,7 +102,46 @@ hide:
|
||||
```
|
||||
> Not supported in mainland China network environments.
|
||||
|
||||
!!! tip "Docker Compose no longer needs to be installed separately"
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- :material-star-four-points-outline:{ .lg .middle } __Can completely replace the official installation script__
|
||||
|
||||
---
|
||||
|
||||
It is logically consistent with [get.docker.com](https://get.docker.com) and incorporates the repositories and features of this project.
|
||||
|
||||
- :material-arm-flex-outline:{ .lg .middle } __Supports domestic derivative operating systems__
|
||||
|
||||
---
|
||||
|
||||
This project's script is compatible with a large number of derivative operating systems not supported by the official installation script.
|
||||
|
||||
</div>
|
||||
|
||||
<div class="icon-brand-section">
|
||||
<div class="icon-brand-container no-select">
|
||||
<a class="icon-brand-button" target="_blank" href="https://1panel.pro" title="1Panel">
|
||||
<img src="/assets/images/sponsor/1panel.png" alt="1panel" />
|
||||
</a>
|
||||
<a class="icon-brand-button" target="_blank" href="https://www.aapanel.com" title="aaPanel" style="padding: 0 !important">
|
||||
<img src="/assets/images/other/aaPanel.png" alt="aapanel" style="width: 76% !important" />
|
||||
</a>
|
||||
<a class="icon-brand-button" target="_blank" href="https://1ms.run" title="毫秒镜像">
|
||||
<img src="/assets/images/sponsor/1ms-light.svg#only-light" alt="1ms" style="width: 97% !important" />
|
||||
<img src="/assets/images/sponsor/1ms-dark.svg#only-dark" alt="1ms" style="width: 97% !important" />
|
||||
</a>
|
||||
<a class="icon-brand-button" target="_blank" href="https://arcadia.cool" title="One-stop code operation and maintenance platform" style="padding: 0 2px !important">
|
||||
<img src="/assets/images/sponsor/arcadia-light.png#only-light" alt="Arcadia" style="width: 92% !important" />
|
||||
<img src="/assets/images/sponsor/arcadia-dark.png#only-dark" alt="Arcadia" style="width: 92% !important" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
> :material-thumb-up-outline: After years of technical accumulation and production environment testing, it has been widely praised by the community and deeply loved by developers. It is used by major companies.
|
||||
|
||||
</br>
|
||||
|
||||
!!! tip "Docker Compose does not require a separate installation"
|
||||
|
||||
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`.
|
||||
|
||||
@@ -311,7 +350,7 @@ hide:
|
||||
|
||||
- #### Pure Mode
|
||||
|
||||
This feature is introduced to facilitate developers. After it is enabled, the script content output will be simplified. It is recommended to use it with other command options without interaction.
|
||||
This feature is introduced to facilitate the use of developers and operation and maintenance personnel. After it is enabled, the script content output will be simplified. It is recommended to use it with other command options without interaction.
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/docker.sh) --pure-mode
|
||||
|
||||
@@ -104,14 +104,37 @@ hide:
|
||||
|
||||
与 [get.docker.com](https://get.docker.com) 逻辑一致,融合了本项目换源架构以及特性
|
||||
|
||||
- :material-thumb-up-outline:{ .lg .middle } __已被众多流行项目使用__
|
||||
- :material-arm-flex-outline:{ .lg .middle } __支持国产衍生操作系统__
|
||||
|
||||
---
|
||||
|
||||
经过数年的技术沉淀与生产验证,广受社区好评,深得开发者喜爱
|
||||
本项目脚本兼容大量不受官方安装脚本支持的衍生操作系统
|
||||
|
||||
</div>
|
||||
|
||||
<div class="icon-brand-section">
|
||||
<div class="icon-brand-container no-select">
|
||||
<a class="icon-brand-button" target="_blank" href="https://1panel.cn" title="1Panel">
|
||||
<img src="/assets/images/sponsor/1panel.png" alt="1panel" />
|
||||
</a>
|
||||
<a class="icon-brand-button" target="_blank" href="https://www.bt.cn" title="宝塔面板" style="padding: 0 !important">
|
||||
<img src="/assets/images/other/bt.svg" alt="BT" />
|
||||
</a>
|
||||
<a class="icon-brand-button" target="_blank" href="https://1ms.run" title="毫秒镜像">
|
||||
<img src="/assets/images/sponsor/1ms-light.svg#only-light" alt="1ms" style="width: 97% !important" />
|
||||
<img src="/assets/images/sponsor/1ms-dark.svg#only-dark" alt="1ms" style="width: 97% !important" />
|
||||
</a>
|
||||
<a class="icon-brand-button" target="_blank" href="https://arcadia.cool" title="一站式代码运维平台" style="padding: 0 2px !important">
|
||||
<img src="/assets/images/sponsor/arcadia-light.png#only-light" alt="Arcadia" style="width: 92% !important" />
|
||||
<img src="/assets/images/sponsor/arcadia-dark.png#only-dark" alt="Arcadia" style="width: 92% !important" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
> :material-thumb-up-outline: 经过了数年的技术沉淀与生产环境检验,广受社区好评,深得开发者喜爱,大厂都在用
|
||||
|
||||
</br>
|
||||
|
||||
!!! tip "Docker Compose 不再需要独立安装"
|
||||
|
||||
Docker Compose 自 V2 版本起开始作为 Docker CLI(命令行)的一部分,脚本默认集成安装该[插件](https://docs.docker.com/compose/install/linux),请使用 `docker compose` 命令替代 `docker-compose`
|
||||
@@ -342,7 +365,7 @@ hide:
|
||||
|
||||
- #### 纯净模式
|
||||
|
||||
推出该功能是为了便于开发人员使用,启用后会精简脚本内容输出,建议搭配其它命令选项无交互使用
|
||||
推出该功能是为了便于开发以及运维人员使用,启用后会精简脚本内容输出,建议搭配其它命令选项无交互使用
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/docker.sh) --pure-mode
|
||||
|
||||
@@ -110,14 +110,37 @@ hide:
|
||||
|
||||
與 [get.docker.com](https://get.docker.com) 邏輯一致,融合了本項目換源架構以及特性
|
||||
|
||||
- :material-thumb-up-outline:{ .lg .middle } __已被許多流行項目使用__
|
||||
- :material-arm-flex-outline:{ .lg .middle } __支援衍生作業系統__
|
||||
|
||||
---
|
||||
|
||||
經過數年的技術沉澱與生產驗證,廣受社區好評,深得開發者喜愛
|
||||
本項目腳本相容於大量不受官方安裝腳本支援的衍生作業系統
|
||||
|
||||
</div>
|
||||
|
||||
<div class="icon-brand-section">
|
||||
<div class="icon-brand-container no-select">
|
||||
<a class="icon-brand-button" target="_blank" href="https://1panel.pro" title="1Panel">
|
||||
<img src="/assets/images/sponsor/1panel.png" alt="1panel" />
|
||||
</a>
|
||||
<a class="icon-brand-button" target="_blank" href="https://www.aapanel.com" title="aaPanel" style="padding: 0 !important">
|
||||
<img src="/assets/images/other/aaPanel.png" alt="aapanel" style="width: 76% !important" />
|
||||
</a>
|
||||
<a class="icon-brand-button" target="_blank" href="https://1ms.run" title="毫秒镜像">
|
||||
<img src="/assets/images/sponsor/1ms-light.svg#only-light" alt="1ms" style="width: 97% !important" />
|
||||
<img src="/assets/images/sponsor/1ms-dark.svg#only-dark" alt="1ms" style="width: 97% !important" />
|
||||
</a>
|
||||
<a class="icon-brand-button" target="_blank" href="https://arcadia.cool" title="一站式程式碼維運平台" style="padding: 0 2px !important">
|
||||
<img src="/assets/images/sponsor/arcadia-light.png#only-light" alt="Arcadia" style="width: 92% !important" />
|
||||
<img src="/assets/images/sponsor/arcadia-dark.png#only-dark" alt="Arcadia" style="width: 92% !important" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
> :material-thumb-up-outline: 經過了數年的技術沉澱與生產環境檢驗,廣受社區好評,深得開發者喜愛,大廠都在用
|
||||
|
||||
</br>
|
||||
|
||||
!!! tip "Docker Compose 不再需要獨立安裝"
|
||||
|
||||
Docker Compose 自 V2 版本起開始作為 Docker CLI(命令列)的一部分,腳本預設整合安裝該[插件](https://docs.docker.com/compose/install/linux),請使用 `docker compose` 指令取代 `docker-compose`
|
||||
@@ -327,7 +350,7 @@ hide:
|
||||
|
||||
- #### 純淨模式
|
||||
|
||||
為了方便開發人員使用所推出的功能,啟用後會精簡腳本內容輸出,建議搭配其它命令選項無互動使用
|
||||
推出此功能是為了方便開發以及运维人員使用,啟用後會精簡腳本內容輸出,建議搭配其它指令選項無互動使用
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/docker.sh) --pure-mode
|
||||
|
||||
@@ -140,8 +140,13 @@
|
||||
background-color: hsla(var(--md-hue), 15%, 9%, 0.83);
|
||||
}
|
||||
|
||||
.tabbed-set {
|
||||
.admonition .tabbed-set {
|
||||
overflow: hidden !important;
|
||||
margin: 0 0 1em 0 !important;
|
||||
}
|
||||
|
||||
.md-typeset details .tabbed-set {
|
||||
margin: 0 0 1em 0 !important;
|
||||
}
|
||||
|
||||
.highlight code {
|
||||
@@ -435,6 +440,87 @@
|
||||
}
|
||||
}
|
||||
|
||||
.icon-brand-section {
|
||||
margin-top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.icon-brand-container {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 2px;
|
||||
max-width: 100%;
|
||||
width: fit-content;
|
||||
border-radius: 6px;
|
||||
border: 1px solid var(--md-default-fg-color--lightest);
|
||||
}
|
||||
|
||||
.icon-brand-button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 28px;
|
||||
padding: 0 4px;
|
||||
background-color: var(--md-default-bg-color);
|
||||
border: 1px solid transparent;
|
||||
border-radius: 6px;
|
||||
text-decoration: none;
|
||||
transition: all 0.15s ease-in-out;
|
||||
box-sizing: border-box;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
.icon-brand-button:hover {
|
||||
background-color: var(--md-accent-fg-color--transparent);
|
||||
border-color: var(--md-accent-fg-color);
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
[data-md-color-scheme="slate"] .icon-brand-button:hover {
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.icon-brand-button img {
|
||||
max-width: 100%;
|
||||
max-height: 20px;
|
||||
object-fit: contain;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.icon-brand-container {
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.icon-brand-button {
|
||||
padding: 0 8px;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
.icon-brand-button img {
|
||||
max-height: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.icon-brand-container {
|
||||
gap: 0.5rem;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.icon-brand-button {
|
||||
height: 28px;
|
||||
padding: 0 6px;
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
.icon-brand-button img {
|
||||
max-height: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
/* 图标动画 */
|
||||
.heart {
|
||||
animation: heart 1000ms infinite;
|
||||
|
||||
@@ -657,7 +657,7 @@ Below are some advanced usage examples
|
||||
|
||||
- ### Pure mode
|
||||
|
||||
This feature is introduced to facilitate developers. After it is enabled, the script content output will be simplified. It is recommended to use it with other command options without interaction.
|
||||
This feature is introduced to facilitate the use of developers and operation and maintenance personnel. After it is enabled, the script content output will be simplified. It is recommended to use it with other command options without interaction.
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --pure-mode
|
||||
|
||||
@@ -687,7 +687,7 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --help
|
||||
|
||||
- ### 纯净模式
|
||||
|
||||
推出该功能是为了便于开发人员使用,启用后会精简脚本内容输出,建议搭配其它命令选项无交互使用
|
||||
推出该功能是为了便于开发以及运维人员使用,启用后会精简脚本内容输出,建议搭配其它命令选项无交互使用
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --pure-mode
|
||||
|
||||
@@ -657,7 +657,7 @@ hide:
|
||||
|
||||
- ### 純淨模式
|
||||
|
||||
推出此功能是為了方便開發人員使用,啟用後會精簡腳本內容輸出,建議搭配其它指令選項無互動使用
|
||||
推出此功能是為了方便開發以及运维人員使用,啟用後會精簡腳本內容輸出,建議搭配其它指令選項無互動使用
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --pure-mode
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
mkdocs-material==9.6.15
|
||||
mkdocs-material==9.6.16
|
||||
mkdocs-glightbox==0.4.0
|
||||
mkdocs-exclude-search==0.6.6
|
||||
# mkdocs-minify-plugin==0.8.0
|
||||
|
||||
Reference in New Issue
Block a user