Skip to content

Dockerfile for installing speedtest-cli command line tool.

Notifications You must be signed in to change notification settings

robertcsapo/docker-speedtest-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

docker: speedtest

Docker Cloud Automated buildDocker Cloud Build StatusDocker Pulls
PyPI - Python Version

This is a docker image to run the speedtest-cli commandline tool for benchmarking ISP performance. Then forked from moutten/docker-speedtest-cli

Demo

Build from docker file

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 .

Pulling from docker hub

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

docker pull robertcsapo/speedtest

Running the command line tool

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

About

Dockerfile for installing speedtest-cli command line tool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%