The carbonzipper, dockerized by me.
I only need the binary, not all a proper dist, so I :
- Compile go-carbon with golang docker
- Copy the static binary to a scratch container.
- docker pull jolt/carbonzipper
- edit your carbonzipper.conf
In short:
docker run -d --name carbonzipper --volume $(pwd)/carbonzipper.conf:/carbonzipper.conf -p 8086:8086 jolt/carbonzipper
bodsch, who created the Dockerfile/Makefile that I started out with.