mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-04-07 21:25:18 +08:00
逻辑优化
This commit is contained in:
@@ -175,6 +175,7 @@ hide:
|
||||
| `--codename` | Specify Debian-based OS codename | `codename` |
|
||||
| `--designated-version` | Specify `Docker CE` installation version | `version (see docs below)` |
|
||||
| `--protocol` | Specify WEB protocol for `Docker CE` source | `http` or `https` |
|
||||
| `--use-intranet-source` | Prefer intranet Docker CE mirror address | `true` or `false` |
|
||||
| `--install-latest` | Whether to install the latest Docker Engine | `true` or `false` |
|
||||
| `--close-firewall` | Whether to disable the firewall | `true` or `false` |
|
||||
| `--clean-screen` | Whether to clear the screen before running | `true` or `false` |
|
||||
|
||||
@@ -183,18 +183,19 @@ hide:
|
||||
|
||||
命令选项(名称/含义/值):
|
||||
|
||||
--source 指定 Docker CE 源地址(域名或IP) 地址
|
||||
--source-registry 指定镜像仓库地址(域名或IP) 地址
|
||||
--branch 指定 Docker CE 源仓库(路径) 仓库名
|
||||
--codename 指定 Debian 系操作系统的版本代号 代号名称
|
||||
--designated-version 指定 Docker CE 安装版本 版本号
|
||||
--protocol 指定 Docker CE 源的 WEB 协议 http 或 https
|
||||
--install-latest 是否安装最新版本的 Docker Engine true 或 false
|
||||
--close-firewall 是否关闭防火墙 true 或 false
|
||||
--clean-screen 是否在运行前清除屏幕上的所有内容 true 或 false
|
||||
--only-registry 仅更换镜像仓库模式 无
|
||||
--ignore-backup-tips 忽略覆盖备份提示 无
|
||||
--pure-mode 纯净模式,精简打印内容 无
|
||||
--source 指定 Docker CE 源地址(域名或IP) 地址
|
||||
--source-registry 指定镜像仓库地址(域名或IP) 地址
|
||||
--branch 指定 Docker CE 源仓库(路径) 仓库名
|
||||
--codename 指定 Debian 系操作系统的版本代号 代号名称
|
||||
--designated-version 指定 Docker CE 安装版本 版本号
|
||||
--protocol 指定 Docker CE 源的 WEB 协议 http 或 https
|
||||
--use-intranet-source 是否优先使用内网 Docker CE 软件源地址 true 或 false
|
||||
--install-latest 是否安装最新版本的 Docker Engine true 或 false
|
||||
--close-firewall 是否关闭防火墙 true 或 false
|
||||
--clean-screen 是否在运行前清除屏幕上的所有内容 true 或 false
|
||||
--only-registry 仅更换镜像仓库模式 无
|
||||
--ignore-backup-tips 忽略覆盖备份提示 无
|
||||
--pure-mode 纯净模式,精简打印内容 无
|
||||
```
|
||||
|
||||
| 名称 | 含义 | 选项值 |
|
||||
@@ -205,6 +206,7 @@ hide:
|
||||
| `--codename` | 指定 Debian 系操作系统的版本代号 | `代号名称` |
|
||||
| `--designated-version` | 指定 `Docker CE` 安装版本 | `版本号(详见下方文档)` |
|
||||
| `--protocol` | 指定 `Docker CE` 源的 WEB 协议 | `http` 或 `https` |
|
||||
| `--use-intranet-source` | 是否优先使用内网 Docker CE 软件源地址 | `true` 或 `false` |
|
||||
| `--install-latest` | 是否安装最新版本的 Docker Engine | `true` 或 `false` |
|
||||
| `--close-firewall` | 是否关闭防火墙 | `true` 或 `false` |
|
||||
| `--clean-screen` | 是否在运行前清除屏幕上的所有内容 | `true` 或 `false` |
|
||||
|
||||
@@ -191,6 +191,7 @@ hide:
|
||||
| `--codename` | 指定 Debian 係作業系統的版本代號 | `代號名稱` |
|
||||
| `--designated-version` | 指定 `Docker CE` 安裝版本 | `版本號(詳見下方文檔)` |
|
||||
| `--protocol` | 指定 `Docker CE` 源的 WEB 協議 | `http` 或 `https` |
|
||||
| `--use-intranet-source` | 是否優先使用內部網路 Docker CE 軟體源位址 | `true` 或 `false` |
|
||||
| `--install-latest` | 是否安裝最新版本的 Docker Engine | `true` 或 `false` |
|
||||
| `--close-firewall` | 是否關閉防火牆 | `true` 或 `false` |
|
||||
| `--clean-screen` | 是否在運行前清除螢幕上的所有內容 | `true` 或 `false` |
|
||||
|
||||
Reference in New Issue
Block a user