This commit is contained in:
Super Manito
2024-10-24 12:58:52 +08:00
parent 2c7a45453f
commit 6d8f446c6c
5 changed files with 8 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ hide:
| 上海交通大学(思源) | [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") |
## 海外地区 :flag-world-map:
## 境外与海外地区 :flag-world-map:
=== ":fontawesome-solid-earth-asia: 亚洲"

View File

@@ -77,7 +77,7 @@ bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
| `--source` | 指定 `Docker CE` 源地址(域名或IP) | 地址 |
| `--source-registry` | 指定镜像仓库地址(域名或IP) | 地址 |
| `--codename` | 指定 Debian 系操作系统的版本代号 | 代号名称 |
| `--install-latested` | 控制是否安装最新版本的 Docker Engine | `true` 或 `false` |
| `--install-latest` | 控制是否安装最新版本的 Docker Engine | `true` 或 `false` |
| `--ignore-backup-tips` | 忽略覆盖备份提示(即不覆盖备份) | 无 |
> 软件源格式 `<指定WEB协议>://<软件源地址>/<软件源分支>`

View File

@@ -46,3 +46,6 @@
.md-typeset {
font-size: 16px;
}
.md-typeset .emojione, .md-typeset .gemoji, .md-typeset .twemoji {
vertical-align: -0.2em !important;
}