mdlayher / rtorrent_exporter

Prometheus exporter that exposes metrics from rTorrent. MIT Licensed.
MIT License
38 stars 15 forks source link

rtorrent_exporter: Add Dockerfile. #5

Closed jeanralphaviles closed 4 years ago

jeanralphaviles commented 5 years ago

Revival of mdlayher/rtorrent_exporter#2 to add a Dockerfile for rtorrent_exporter.

This Dockerfile takes a simpler approach than #2 and doesn't try to make any other changes to the binary. Aside from .travis.yml, this is literally just the Dockerfile.

I updated .travis.yml to be inline with the current version of golang that I chose for this Dockerfile.