How to deploy sentry on a docker cloud platform?


I followed the steps and it works locally on my mac.

But how could I run it on a specific docker cloud platform,which just support docker run,not like aws which support all kinds of commands.

I must use that platform.User must offer an image,and don’t have too much to customize.It just run docker run -d xxx.

Who could give some advice ,thanks!

Hey @DophinL, there’s an official Docker image for Sentry, did you try that? I’ve been using it for a few months in production: https://hub.docker.com/_/sentry/

You can see how it’s built at https://github.com/getsentry/docker-sentry/blob/master/8.22/Dockerfile

If you want to build your own image on top of theirs, use the onbuild image.

@DophinL Create a guide on how to install sentry with docker check it to see if it works for you https://medium.com/sentry-with-docker/installing-sentry-with-docker-c1d83dfee577