Sign inSign up

codeclimate/statsd

By codeclimate

Updated about 4 years ago

Simple statsd image

Image
0

100K+

codeclimate/statsd repository overview

FROM mhart/alpine-node:6.10.1

WORKDIR /root/

RUN apk --update add git && \
    git clone https://github.com/etsy/statsd.git && \
    cd statsd && git reset --hard v0.7.2 && \
    apk del git && \
    npm install [email protected] [email protected]

WORKDIR /root/statsd

CMD ["node", "stats.js", "/etc/config.js"]

Tag summary

Content type

Image

Digest

sha256:095727baf

Size

32.1 MB

Last updated

about 4 years ago

docker pull codeclimate/statsd