stilleshan/speedtest-x.

基于 speedtest-x 在线服务器测速项目的 docker 镜像,新增同时支持 X86 和 ARM 架构.

40,259 25 amd64 arm64

Build Information

General build information for this image

Docker Hub stilleshan/speedtest-x
Build Time 27 Jul 2022 03:40:20
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 2022-07-27 27 Jul 2022 at 03:40:20

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  speedtest-x:
    image: stilleshan/speedtest-x:2022-07-27
    container_name: speedtest-x
    restart: no

CLI

docker create \
  --name=speedtest-x \  --restart no \
  stilleshan/speedtest-x:2022-07-27