Dockerized version of HamClock
10K+
A production-ready, multi-architecture Docker container for HamClockā by Elwood Downey (WB0OEW).
linux/amd64 and linux/arm64Version 2.0 and up automatically default to hamclock.com (W4BAE's community server), ensuring HamClock continues working beyond the June 2026 shutdown of the original clearskyinstitute.com backend. You can optionally configure other backend servers using environment variables, or self-host your own backend using Open HamClock Backend (OHB).
Previous versions (tagged legacy) point to the original clearskyinstitute.com backend and will stop working in June 2026. Upgrade to the latest version to ensure continued operation.
docker run -d \
--name hamclock \
-p 8081:8081 \
-e TZ=America/New_York \
-v /path/to/config:/config \
--restart unless-stopped \
ggilman/hamclock:latest
Access at: http://localhost:8081
services:
hamclock:
image: ggilman/hamclock:latest
container_name: hamclock
restart: unless-stopped
ports:
- 8081:8081
environment:
- TZ=America/New_York
- PUID=1000 # Optional
- PGID=1000 # Optional
volumes:
- /path/to/config:/config
hamclock-800x480hamclock-1600x960 (default)hamclock-2400x1440hamclock-3200x1920hamclock (default v2.0+), ohb, or original192.168.1.100:8080)Full documentation, troubleshooting, and self-hosting guide:
š https://github.com/ggilman/hamclockā
73, Elwood. Your work lives on.
Content type
Image
Digest
sha256:ec6965c02ā¦
Size
11.9 MB
Last updated
3 months ago
docker pull ggilman/hamclock