You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comments_description: This comment section is only for sharing project usage reviews and experiences. For issues or suggestions, please go to the <a href="/community">Community</a> or <a href="https://github.com/SuperManito/LinuxMirrors/issues" target="_blank">Issues</a>
The script of this project currently mainly serves Simplified Chinese users, but from the very beginning it was defined as a universal mirror switching script, providing many command options for customization, which is also one of the reasons why this project is now available to users of other languages. The script output is currently fixed in Simplified Chinese. With feedback and usage from users of other languages, the script may support Traditional Chinese and English in the future.
12
-
13
-
The documentation is translated with tools, and some professional terms below may be inaccurate. Corrections are welcome.
--source Specify Docker CE source address (domain or IP) address
217
+
--source-registry Specify Docker registry mirror address (domain or IP) address
218
+
--branch Specify Docker CE source repository (path) repo name
219
+
--branch-version Specify Docker CE source repository version version
220
+
--designated-version Specify Docker Engine installation version version
221
+
--codename Specify Debian-based OS codename codename
222
+
--protocol Specify Web protocol for Docker CE source http or https
223
+
--use-intranet-source Prefer intranet Docker CE source address true or false
224
+
--install-latest Whether to install the latest Docker Engine true or false
225
+
--close-firewall Whether to disable the firewall true or false
226
+
--clean-screen Whether to clear the screen before running true or false
227
+
--only-registry Only switch registry mirror mode none
228
+
--ignore-backup-tips Ignore backup overwrite prompt (do not backup) none
229
+
--pure-mode Pure mode, minimal output none
230
+
--help Show help menu none
231
+
```
232
+
216
233
| Name | Meaning | Value |
217
234
| :-: | :-: | :-: |
218
235
|`--source`| Specify `Docker CE` source address (domain or IP) |`address`|
@@ -221,16 +238,17 @@ hide:
221
238
|`--branch-version`| Specify `Docker CE` source repository version |`version (see docs below)`|
222
239
|`--designated-version`| Specify `Docker Engine` installation version |`version (see docs below)`|
223
240
|`--codename`| Specify `Debian-based` OS codename |`codename`|
224
-
|`--protocol`| Specify WEB protocol for `Docker CE` source |`http` or `https`|
241
+
|`--protocol`| Specify Web protocol for `Docker CE` source |`http` or `https`|
225
242
|`--use-intranet-source`| Prefer intranet `Docker CE` source address |`true` or `false`|
226
243
|`--install-latest`| Whether to install the latest `Docker Engine`|`true` or `false`|
227
244
|`--close-firewall`| Whether to disable the firewall |`true` or `false`|
228
245
|`--clean-screen`| Whether to clear the screen before running |`true` or `false`|
229
246
|`--only-registry`| Only switch registry mirror mode | none |
230
247
|`--ignore-backup-tips`| Ignore backup overwrite prompt (do not backup) | none |
231
248
|`--pure-mode`| Pure mode, minimal output | none |
249
+
|`--help`| Show help menu | none |
232
250
233
-
> Full source format: `<WEB protocol>://<source address (domain or IP)>/<repository path>`
251
+
> Full source format: `< Web protocol>://<source address (domain or IP)>/<repository path>`
234
252
235
253
-### Specify Registry Mirror Address
236
254
@@ -405,7 +423,7 @@ hide:
405
423
406
424
If it prompts that it is not supported, please use the system's own package management tool to install it. Because these packages are built and maintained by the Linux distribution's package maintainers and may have differences in configuration or are built from modified source code.
407
425
408
-
You can also use [{ width="140" style="vertical-align: -0.2rem" }](https://www.docker.com/products/docker-desktop)
426
+
You can also use [{ width="140" style="vertical-align: -0.2rem" }](https://www.docker.com/products/docker-desktop)
0 commit comments