https://github.com/jstastny/speedtest-docker
3.3K
This docker image runs Speedtest.net CLI in a Docker container.
docker run -t --rm jstastny/speedtest
Passing the -t allocates a pseudo-tty, which is useful to see the measurement progress bar.
By using this, you agree with the following Speedtest terms and other agreements:
This is because the docker runs the speedtest program with --accept-license and --accept-gdpr switches.
https://github.com/jstastny/speedtest-docker/blob/main/Dockerfile
Content type
Image
Digest
sha256:6aae49565…
Size
36.9 MB
Last updated
over 2 years ago
docker pull jstastny/speedtest