Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsung committed Nov 6, 2024
1 parent b9541fa commit 8b4b6d1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@ docker build -t cfst . -f Containerfile
# 使用默认的 ip.txt
docker run --rm cfst



# 确保当前目录下有 ip.txt 文件
# 可从 https://www.cloudflare.com/ips-v4 中提取
docker run --rm -v $(pwd):/app cfst
```
```

从源站获取
```bash
docker pull jetsung/cfspeedtest:latest

# 或者
docker pull ghcr.io/idevsig/cfspeedtest:latest
```

0 comments on commit 8b4b6d1

Please sign in to comment.