Minimal multiarch librespeed/speedtest-go Alpine docker image, updated by GitLab CI/CD scheduling
10K+
Source codes | Maintainer - Jaryl Chng
| Environment | Default value | Description |
|---|---|---|
| UID | 1000 | User ID to run as |
| GID | 1000 | Group ID to run as |
| TZ | UTC | Timezone |
docker run -d \
--name speedtest \
-e UID=1000 \
-e GID=1000 \
-e TZ=UTC \
-p 8989:8989 \
-v /path/config:/config \
-v /path/assets:/app/assets \
--restart unless-stopped \
minimages/librespeed-speedtest-go
speedtest:
image: minimages/librespeed-speedtest-go
ports:
- "8989:8989"
volumes:
- /path/config:/config
- /path/config:/app/assets
environment:
- UID=1000
- GID=1000
- TZ=UTC
restart: unless-stopped
Content type
Image
Digest
sha256:5ca2ddc58…
Size
11.8 MB
Last updated
3 months ago
docker pull jarylc/librespeed-speedtest-go