1
0
Fork 0
speedtest-container/README.md

18 lines
645 B
Markdown
Raw Permalink Normal View History

2024-01-02 20:32:10 +01:00
# speedtest-container
Multi-arch container image for the Ookla speedtest CLI. It is based on [ubuntu:latest](https://hub.docker.com/_/ubuntu) and installs the speedtest binary as described in the official Ubuntu [install instructions](https://www.speedtest.net/apps/cli) on the Ookla Speedtest website.
## Usage example
```
# auto-detect nearest server
docker run --rm -it git.socialnerds.org/david/speedtest-container
# specify specific server
docker run --rm -it git.socialnerds.org/david/speedtest-container -s 3744
```
## Related infos
- [List of Ookla speedtest servers](https://gist.github.com/ofou/654efe67e173a6bff5c64ba26c09d058)