DEV Community

Cover image for Created my First Docker Image! for Self-Hosted HTML5 Internet Speed Test
OpenSpeedtest.com
OpenSpeedtest.com

Posted on

Created my First Docker Image! for Self-Hosted HTML5 Internet Speed Test

This docker image contains the same application running at http://openspeedtest.com. This can run offline! So you can use it to test your Local Area Network or put it on a server to test your line speed to that server. Currently optimised to test speeds up to 1~2 Gbps. You can change the values and files inside this docker and can test even faster connection.

Index.html will be used by default. (Can Run Without Internet Connection)

If you need you can use hosted.html which will only run with an Internet connection and it will save results to our database.

You can view results by registering here http://openspeedtest.com/admin

Download HTML5 Internet Speed Test Application (Speedtest for Home/Office LAN! [Runs Offline!])

Install Docker and run the following command!

1) docker run --restart=unless-stopped --name=openspeedtest -d -p 80:8080 openspeedtest/latest

Now Visit http://localhost/ or http://YOUR-IP/

Testing your WiFi speed you can decide where you need to place your router! or in which direction your need to add a repeater!

Top comments (1)

Collapse
 
openspeedtest profile image
OpenSpeedtest.com

What happened?