docker run --name speedtest -d -p 80:80 costa3smoney/speedtest
To store results permanently, you need a volume:
docker volume create speedtest_results docker run --name speedtest -d -p 80:80 -v speedtest_results:/app/results costa3smoney/speedtest
Note: Results are never cleaned automatically, used space will grow over time.
To use a custom configuration through the config.json file, mount it through a read-only volume:
docker run --name speedtest -d -p 80:80 -v /path/to/config.json:/app/web/config.json costa3smoney/speedtest
Content type
Image
Digest
Size
71.4 MB
Last updated
over 4 years ago
docker pull costa3smoney/speedtest