Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker statsite

Dockerfile to build statsite as a docker container.

USAGE

Build docker image from master

docker build --build-arg VERSION=master --no-cache -t statsite:latest .

Build docker image from a tag

docker build --build-arg VERSION=v0.8.0 --no-cache -t statsite:latest .

Starting statsite container

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

About

Dockerfiles for docker-statsite

Topics

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors