Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss authored Jun 23, 2024
1 parent 26dbc24 commit 5102e4d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@
镜像的维护遵循社区最佳实践,容器内都主动使用非 root 账户执行。构建过程也完全公开,请放心使用

## 注意事项

* 不可在相同 IP 下创建同一抓取程序的多个实例(如 huashijie-1, huashijie-2)。不同抓取程序可共存(如 huashijie, acdanmaku)
* 执行下面的启动命令前,请为自己选择一个可以用来识别自己贡献的贡献者 ID。如 `export ARCHIVIST=icn`
* 执行下面的启动命令前,请为自己选择一个可以用来识别自己贡献的贡献者 ID。如 `export ARCHIVIST=alice`。 (允许的字符: `字母`, `数字`, `-`, `_`)
* 如果你有多台机器,建议每台机器设置不同的 `ARCHIVIST`(比如 `alice-aws-us1` `alice-ali-zj3`),以防某台机器出错过多被 tracker 列入黑名单而影响同名 `ARCHIVIST` 机器。
* 虽然没人为限制,但 `ARCHIVIST` 名不宜过长,每一亿个任务,`ARCHIVIST` 字段每多一个字节就额外需要 100MB 存储空间。

## 如何使用

0. (可选)推荐部署 watchtower 容器实现容器镜像自动更新

```bash
sudo docker pull containrrr/watchtower
sudo docker rm -f watchtower \
Expand Down

0 comments on commit 5102e4d

Please sign in to comment.