Sentry on-premise error with docker run

Hello,
we are getting following error when running docker image, any idea please?

docker run
–detach
–link sentry-redis:redis
–link sentry-postgres:postgres
–link sentry-smtp:smtp
–env SENTRY_SECRET_KEY=${SENTRY_SECRET_KEY}
–name sentry-web-01
–publish 9000:9000
sentry-onpremise
run web

Unable to find image ‘ps:latest’ locally

Pulling repository docker.io/library/ps
Error: image library/ps:latest not found

Why don’t you just use the docker-compose setup as per https://github.com/getsentry/onpremise? I did that and it was up and running within 10 mins.

1 Like

thank you