A docker image for the Speed Test by OpenSpeedTest™ project.
This container serves Speed Test, built on the Docker nginx image.
docker pull fitzdockerhub/openspeedtest:latest
Webserver will be started on port 80
docker run -d \
--restart unless-stopped \
--name speed-test \
-p 80:80 \
fitzdockerhub/openspeedtest:latest