A simple, easy-to-use network speed test tool that runs in a Docker container.
1.2K
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.
To get started, pull the pre-built Docker image from Docker Hub:
docker pull eymankun/speedtest
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.
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.
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
Feel free to submit issues or pull requests if you have any ideas for improvements or if you encounter any bugs.
This project is licensed under the MIT License. See the LICENSE file for more details.
Content type
Image
Digest
sha256:76b269a48…
Size
47.2 MB
Last updated
almost 2 years ago
docker pull eymankun/speedtest:v0.1.10