Sign inSign up

waja/speedtest

By waja

Updated 3 days ago

Docker image for speedtest-cli: https://github.com/sivel/speedtest-cli

Image
2

10K+

waja/speedtest repository overview

Docker-Speedtest

Build Status Docker Build Status GitHub tag

Builds a docker image with the speedtest-cli ready to run.

Pulled from https://github.com/tianon/dockerfiles/tree/master/speedtest

Ever wanted to speedtest a server, but didn't want to do funky tunnelling so you could hit up good ol' speedtest.net? WORRY NO MORE.

Running

  • run the docker container with:
docker run --rm --net=host waja/speedtest -h

We don't actually require --net=host, but if we're wanting to test native performance (or use --source some-specific-host-IP) then we want direct access to the relevant connections without any overhead.

Building

make build

Get a shell in a running container

make shell

Tag summary

Content type

Image

Digest

sha256:630ac1bf7

Size

19.1 MB

Last updated

3 days ago

docker pull waja/speedtest