This is a docker image to run the speedtest-cli commandline tool for benchmarking ISP performance. Then forked from moutten/docker-speedtest-cli
If you want to build the docker container image yourself you can do so with the following commands:
git clone https://github.com/robertcsapo/docker-speedtest-cli.git
cd docker-speedtest-cli
docker build -t robertcsapo/speedtest .
If you just want to obtain the image from the docker registry, you can use the following command:
docker pull robertcsapo/speedtest
In order to run the speedtest-cli command line just use the following:
docker run --rm robertcsapo/speedtest
Any parameters that you can pass to the speedtest-cli
command can be added to that line.
docker run --rm robertcsapo/speedtest --help