I found the official image of the sentry in the docker hub. But the document is incomplete, and I can’t set up the environment step by step.
First you need to configure the database container, but none of them told you how to configure it first. In particular, I do not know how the username and password that the gatekeepers will use will be used.
And I also get the following error when starting the sentinel container:
sudo docker run --name some-sentry --link some-mysql:mysql -d sentry e888fcf2976a9ce90f80b28bb4c822c07f7e0235e3980e2a33ea7ddeb0ff18ce sudo docker logs some-sentry Traceback (most recent call last): File "/usr/local/bin/sentry", line 9, in <module> load_entry_point('sentry==6.4.4', 'console_scripts', 'sentry')() File "/usr/local/lib/python2.7/site-packages/sentry/utils/runner.py", line 310, in main initializer=initialize_app, File "/usr/local/lib/python2.7/site-packages/logan/runner.py", line 167, in run_app configure_app(config_path=config_path, **kwargs) File "/usr/local/lib/python2.7/site-packages/logan/runner.py", line 89, in configure_app raise ValueError("Configuration file does not exist at %r" % (config_path,)) ValueError: Configuration file does not exist at '/.sentry/sentry.conf.py'
source share