Speedtest collector that stores Ookla Speedtest results in a persistent SQLite database.
294
Dockerized Speedtest collector that executes Ookla Speedtest CLI and stores the results in SQLite.
This image is part of the speed_test project.
Mount the database directory to /app/database:
docker run \
--rm \
-v /path/to/database:/app/database \
cristiancampuzano/speedtest-database:latest
The Version 1 architecture is designed to run this container periodically using the host system's scheduler, typically every 15 minutes using crontab.
Example:
*/15 * * * * docker run -v /path/to/database:/app/database --rm cristiancampuzano/speedtest-database:latest
For reproducible deployments:
docker pull cristiancampuzano/speedtest-database:1.0.0
For complete installation instructions, see the GitHub repository.
Content type
Image
Digest
sha256:e24617e96…
Size
17.1 MB
Last updated
about 1 year ago
docker pull cristiancampuzano/speedtest-database