Sign inSign up

costa3smoney/speedtest

By costa3smoney

Updated over 4 years ago

Image
0

231

costa3smoney/speedtest repository overview

Run the Speed Test container

docker run --name speedtest -d -p 80:80 costa3smoney/speedtest

Store the results permanently

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.

Use a custom configuration

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

Tag summary

Content type

Image

Digest

Size

71.4 MB

Last updated

over 4 years ago

docker pull costa3smoney/speedtest