openlabs/sentry

By openlabs

Updated over 9 years ago

Image
1

162

Docker Sentry

Dockerize sentry - As simple as that!

Why another one

Sentry configuration (or django configuration in general) is better done using a file. This implementation lets you extend the docker repo and add your own sentry.conf file and start using.

Example usage

FROM openlabs/sentry

ADD sentry.conf.py /etc/sentry.conf.py

Thats it! and you can now run your container

docker run my_image_id

Docker Pull Command

docker pull openlabs/sentry