Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phlak/docker-speedtest
Docker image for the Speedtest CLI
https://github.com/phlak/docker-speedtest
docker docker-image ookla speedtest speedtest-cli
Last synced: 3 months ago
JSON representation
Docker image for the Speedtest CLI
- Host: GitHub
- URL: https://github.com/phlak/docker-speedtest
- Owner: PHLAK
- License: mit
- Created: 2019-12-26T19:32:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T18:56:33.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T06:00:52.120Z (9 months ago)
- Topics: docker, docker-image, ookla, speedtest, speedtest-cli
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/phlak/speedtest
- Size: 71.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
docker-speedtest
================
Docker image for the Speedtest CLI.---
Running the Container
---------------------Run the container:
docker run -it --rm --net host phlak/speedtest [OPTIONS]
> **NOTE:** You can run speedtest with options by passing them as the last
> arguments. Run `docker run -it --rm phlak/speedtest --help` for a list of
> available options and additional information.#### Optional 'docker run' arguments
`-e TZ=America/Phoenix` - Set the timezone for your server. You can find your timezone in this
[list of timezones](https://goo.gl/uy1J6q). Use the (case sensitive)
value from the `TZ` column. If left unset, timezone will be UTC.Troubleshooting
---------------For general help and support join our [GitHub Discussions](https://github.com/PHLAK/docker-speedtest/discussions) or reach out on [Twitter](https://twitter.com/PHLAK).
Please report bugs to the [GitHub Issue Tracker](https://github.com/PHLAK/speedtest/issues).
Copyright
---------This project is licensed under the [MIT License](https://github.com/PHLAK/speedtest/blob/master/LICENSE).