Skip to content

waja/docker-speedtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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