mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-11 11:50:26 +08:00
优化
This commit is contained in:
@@ -141,7 +141,7 @@ function handle_command_options() {
|
|||||||
--source 指定 Docker CE 源地址 地址
|
--source 指定 Docker CE 源地址 地址
|
||||||
--source-registry 指定 Docker Registry 源地址 地址
|
--source-registry 指定 Docker Registry 源地址 地址
|
||||||
--codename 指定 Debian 系操作系统的版本代号 代号名称
|
--codename 指定 Debian 系操作系统的版本代号 代号名称
|
||||||
--install-latested 控制是否安装最新版本的 Docker Engine true 或 false
|
--install-latest 控制是否安装最新版本的 Docker Engine true 或 false
|
||||||
--ignore-backup-tips 忽略覆盖备份提示 无
|
--ignore-backup-tips 忽略覆盖备份提示 无
|
||||||
|
|
||||||
问题报告 https://github.com/SuperManito/LinuxMirrors/issues
|
问题报告 https://github.com/SuperManito/LinuxMirrors/issues
|
||||||
@@ -189,7 +189,7 @@ function handle_command_options() {
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
## 安装最新版本
|
## 安装最新版本
|
||||||
--install-latested)
|
--install-latest | --install-latested)
|
||||||
if [ "$2" ]; then
|
if [ "$2" ]; then
|
||||||
case "$2" in
|
case "$2" in
|
||||||
[Tt]rue | [Ff]alse)
|
[Tt]rue | [Ff]alse)
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ hide:
|
|||||||
| 上海交通大学(思源) | [mirror.sjtu.edu.cn](https://mirror.sjtu.edu.cn "https://mirror.sjtu.edu.cn") |
|
| 上海交通大学(思源) | [mirror.sjtu.edu.cn](https://mirror.sjtu.edu.cn "https://mirror.sjtu.edu.cn") |
|
||||||
| 上海交通大学(致远) | [mirrors.sjtug.sjtu.edu.cn](https://mirrors.sjtug.sjtu.edu.cn "https://mirrors.sjtug.sjtu.edu.cn") |
|
| 上海交通大学(致远) | [mirrors.sjtug.sjtu.edu.cn](https://mirrors.sjtug.sjtu.edu.cn "https://mirrors.sjtug.sjtu.edu.cn") |
|
||||||
|
|
||||||
## 海外地区 :flag-world-map:
|
## 境外与海外地区 :flag-world-map:
|
||||||
|
|
||||||
=== ":fontawesome-solid-earth-asia: 亚洲"
|
=== ":fontawesome-solid-earth-asia: 亚洲"
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
|
|||||||
| `--source` | 指定 `Docker CE` 源地址(域名或IP) | 地址 |
|
| `--source` | 指定 `Docker CE` 源地址(域名或IP) | 地址 |
|
||||||
| `--source-registry` | 指定镜像仓库地址(域名或IP) | 地址 |
|
| `--source-registry` | 指定镜像仓库地址(域名或IP) | 地址 |
|
||||||
| `--codename` | 指定 Debian 系操作系统的版本代号 | 代号名称 |
|
| `--codename` | 指定 Debian 系操作系统的版本代号 | 代号名称 |
|
||||||
| `--install-latested` | 控制是否安装最新版本的 Docker Engine | `true` 或 `false` |
|
| `--install-latest` | 控制是否安装最新版本的 Docker Engine | `true` 或 `false` |
|
||||||
| `--ignore-backup-tips` | 忽略覆盖备份提示(即不覆盖备份) | 无 |
|
| `--ignore-backup-tips` | 忽略覆盖备份提示(即不覆盖备份) | 无 |
|
||||||
|
|
||||||
> 软件源格式 `<指定WEB协议>://<软件源地址>/<软件源分支>`
|
> 软件源格式 `<指定WEB协议>://<软件源地址>/<软件源分支>`
|
||||||
|
|||||||
@@ -46,3 +46,6 @@
|
|||||||
.md-typeset {
|
.md-typeset {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
.md-typeset .emojione, .md-typeset .gemoji, .md-typeset .twemoji {
|
||||||
|
vertical-align: -0.2em !important;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
site_name: LinuxMirrors
|
site_name: LinuxMirrors
|
||||||
repo_name: GitHub Repository
|
repo_name: GitHub
|
||||||
repo_url: https://github.com/SuperManito/LinuxMirrors
|
repo_url: https://github.com/SuperManito/LinuxMirrors
|
||||||
edit_uri: edit/main/docs/
|
edit_uri: edit/main/docs/
|
||||||
copyright: 'Copyright © 2024 <a href="https://github.com/SuperManito" target="_blank"> SuperManito</a> <a href="https://www.netlify.com" target="_blank"><img height="64" width="64" src="/assets/images/icon/netlify.svg" style="vertical-align: -0.6em"></a>'
|
copyright: 'Copyright © 2024 <a href="https://github.com/SuperManito" target="_blank"> SuperManito</a> <a href="https://www.netlify.com" target="_blank"><img height="64" width="64" src="/assets/images/icon/netlify.svg" style="vertical-align: -0.6em"></a>'
|
||||||
|
|||||||
Reference in New Issue
Block a user