We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38edebb commit 8d2b6b4Copy full SHA for 8d2b6b4
docs/services/mirrors/repos.md
@@ -16,7 +16,12 @@
16
17
镜像站有多个来自不同运营商的 IP 可用于同步任务。由于网络环境的不确定性,有时会出现某个 IP 同步速度极慢的情况。
18
19
- @taoky 的 [admirror-speedtest](https://github.com/taoky/admirror-speedtest/) 可以帮助决定最快速的 IP。
+ @taoky 的 [bestbind](https://github.com/taoky/bestbind/) 可以帮助决定最快速的 IP(或 Docker Network)。在 mirrors4 上已经配置完成(参考 `/etc/bestbind.conf`),例子如下:
20
+
21
+ ```console
22
+ bestbind <path to a file on remote>
23
+ sudo bestbind --profile docker <path to a file on remote>
24
+ ```
25
26
另外,`bindIP` 不适用于所有的同步镜像(一部分程序不支持修改 `bind()` 的参数),此时可以使用基于 Docker Network 的 `network` 配置。
27
0 commit comments