Dockerfile to build statsite as a docker container.
docker build --build-arg VERSION=master --no-cache -t statsite:latest .
docker build --build-arg VERSION=v0.8.0 --no-cache -t statsite:latest .
You require to have a statsite.conf file on your local FS and mount the directory as a volume on /etc/statsite so we can start statsite
docker run -i -v /etc/statsite:/etc/statsite -p 8125:8125 -p 8125:8125/udp statsite:latest