This is the docker multi arch image of the speedtest_exporter made by Nicolas Lamirault
To run the container simply do this:
docker run -d \
--name=speedtest_exporter \
-p 9112:9112 \
--restart unless-stopped \
miguelndecarvalho/docker-speedtest_exporter
Then just acess the page http://localhost:9112/
and you will have the page.
Nicolas Lamirault(for making the exporter).