Skip to content

cjander/speedtest-to-statsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedtest with Docker

docker run -v $PWD/config.json:/home/config.json edasque/speedtest-to-statsd

Building the main app & docker container

If you want to build this yourself, this should work:

Building the main executable:

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o speedtest.linux.amd64 speedtest.go

Building the docker image:

docker build -t speedtest .

About

Speedtest stats to statsd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.8%
  • Dockerfile 7.2%