Docker 脚本指定镜像仓库命令选项新增支持指定多个地址

This commit is contained in:
Super Manito
2025-10-23 05:35:17 +08:00
parent 06bc87f75e
commit 51be34be62
7 changed files with 90 additions and 20 deletions

View File

@@ -648,8 +648,8 @@ Below are some advanced usage examples
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --en \
--codename trixie \
--upgrade-software false
--codename trixie \
--upgrade-software false
```
- Disable the backports repository
@@ -678,8 +678,8 @@ Below are some advanced usage examples
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --en \
--codename testing \
--upgrade-software false
--codename testing \
--upgrade-software false
```
``` { .bash .no-copy title="If the script can't set the codename, you can manually replace it after running" }