forked from mirrors/statsd_exporter
New Dockerfile using alpine-golang-make-onbuild base image
This commit is contained in:
parent
c8430495ae
commit
c2d70fe7dc
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM sdurrheimer/alpine-golang-make-onbuild
|
||||
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
|
||||
|
||||
EXPOSE 9102 9125/udp
|
Loading…
Reference in a new issue