eymankun/speedtest

By eymankun

Updated almost 2 years ago

A simple, easy-to-use network speed test tool that runs in a Docker container.

Image
Networking
Monitoring & observability
0

1.2K

eymankun/speedtest repository overview

Speedtest in docker

A simple, easy-to-use network speed test tool that runs in a Docker container. This image allows you to quickly measure your internet speed using speedtest-cli without needing to install it on your host system.

Build and Push Image GitHub tag

Usage

Pulling image

To get started, pull the pre-built Docker image from Docker Hub:

docker pull eymankun/speedtest
Running the container

To run the speed test, execute the following command:

docker run eymankun/speedtest

This will run a one-time speed test and display the results (download/upload speed, latency, etc.) directly in your terminal.

Customizing the command

You can also pass any speedtest-cli options as arguments to the container. For example, to run the speed test in JSON format:

docker run --rm eymankun/speedtest --json

For a complete list of options, refer to the speedtest-cli documentation.

Example Output

Running the container might give you output similar to this:

Running network speedtest...
Ping: 16.526 ms
Download: 597.78 Mbit/s
Upload: 453.81 Mbit/s

Contribting

Feel free to submit issues or pull requests if you have any ideas for improvements or if you encounter any bugs.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Tag summary

Content type

Image

Digest

sha256:76b269a48

Size

47.2 MB

Last updated

almost 2 years ago

docker pull eymankun/speedtest:v0.1.10