|
|
3 年之前 | |
|---|---|---|
| .. | ||
| backend | 4 年之前 | |
| chartjs | 4 年之前 | |
| docker | 4 年之前 | |
| .gitignore | 4 年之前 | |
| Dockerfile | 4 年之前 | |
| LICENSE | 4 年之前 | |
| README.md | 4 年之前 | |
| chart.html | 4 年之前 | |
| docker-compose.yml | 4 年之前 | |
| index.html | 4 年之前 | |
| results.html | 3 年之前 | |
| speedtest.js | 4 年之前 | |
| speedtest_worker.js | 4 年之前 | |
GitHub stilleshan/dockerfiles
Docker stilleshan/speedtest-x
docker image support for X86 and ARM
基于 BadApple9/speedtest-x 项目的 docker 镜像.
2021-06-14 更新 docker 镜像,新增同时支持 X86 和 ARM 架构.
docker run -d --name=speedtest-x --restart=always -p 12345:80 stilleshan/speedtest-x
下载 docker-compose.yml 执行以下命令启动:
docker-compose up -d
GitHub BadApple9/speedtest-x