https://github.com/garethflowers/docker-speedtest-cli
Docker based SpeedTest CLI
https://github.com/garethflowers/docker-speedtest-cli
docker speedtest-cli
Last synced: 7 months ago
JSON representation
Docker based SpeedTest CLI
- Host: GitHub
- URL: https://github.com/garethflowers/docker-speedtest-cli
- Owner: garethflowers
- License: mit
- Created: 2020-11-19T14:56:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T21:36:50.000Z (9 months ago)
- Last Synced: 2025-05-20T22:55:51.677Z (9 months ago)
- Topics: docker, speedtest-cli
- Language: Shell
- Homepage: https://garethflowers.dev/docker-speedtest-cli/
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# SpeedTest CLI Server
A containerised instance of the [SpeedTest CLI](hhttps://www.speedtest.net/apps/cli).
## How to use this image
### Run a SpeedTest CLI instance
To start a container use the following:
```sh
docker run \
--rm \
garethflowers/speedtest-cli
```
## License
- This image is released under the [MIT License](https://raw.githubusercontent.com/garethflowers/docker-speedtest-cli/main/LICENSE).