Sign inSign up

moutten/speedtest-cli

By moutten

•Updated almost 5 years ago

This is a docker image to run the speedtest-cli commandline tool for benchmarking ISP performance.

Image
8

100K+

moutten/speedtest-cli repository overview

⁠docker: speedtest-cli

This is a docker image to run the speedtest-cli commandline tool⁠ for benchmarking ISP performance.

⁠Build from docker file

If you want to build the docker container image yourself you can do so with the following commands:

git clone [email protected]:moutten/docker-speedtest-cli.git
cd docker-speedtest-cli
docker build -t speedtest-cli .
⁠Pulling from docker hub

If you just want to obtain the image from the docker registry, you can use the following command:

docker pull moutten/speedtest-cli
⁠Running the command line tool

In order to run the speedtest-cli command line just use the following:

docker run --rm moutten/speedtest-cli

Any parameters that you can pass to the speedtest-cli command can be added to that line.

docker run --rm moutten/speedtest-cli --help

Tag summary

Content type

Image

Digest

Size

60.6 MB

Last updated

almost 5 years ago

docker pull moutten/speedtest-cli