prometheus-junkyard / mesos_exporter

Prometheus exporter for Mesos, deprecated.
Apache License 2.0
42 stars 22 forks source link

Create Docker image on Docker Hub #1

Closed barkerd427 closed 9 years ago

barkerd427 commented 9 years ago

Could you create an image so we can just mount a config file in when we pull the image from the public Docker Hub? It looks like that would be possible from where it is right now, but I couldn't find this on the Hub.

antonlindstrom commented 9 years ago

@barkerd427 Ah, sure! I'll do that in a few moments.

Thanks!

barkerd427 commented 9 years ago

Great! Thanks. I was going to, but I didn't want to step on your toes.

On Thu, Feb 26, 2015 at 10:48 AM, Anton Lindström notifications@github.com wrote:

@barkerd427 https://github.com/barkerd427 Ah, sure! I'll do that in a few moments.

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/antonlindstrom/mesos_exporter/issues/1#issuecomment-76214775 .

antonlindstrom commented 9 years ago

No worries, it's now available on the hub at https://registry.hub.docker.com/u/antonlindstrom/mesos-exporter/

Thanks again!

barkerd427 commented 9 years ago

Works perfectly! docker run -d -v /root/config.json:/config.json -p 4000:4000 antonlindstrom/mesos-exporter

On Thu, Feb 26, 2015 at 10:52 AM, Anton Lindström notifications@github.com wrote:

No worries, it's now available on the hub at https://registry.hub.docker.com/u/antonlindstrom/mesos-exporter/

Thanks again!

— Reply to this email directly or view it on GitHub https://github.com/antonlindstrom/mesos_exporter/issues/1#issuecomment-76215734 .

antonlindstrom commented 9 years ago

Awesome! I've added the command in the README for documentation.