We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So I'm trying to follow the installation guide mentioned here, but when I run this command:
docker run \ --detach \ --rm \ --name sentry-web-01 \ --port 9000:9000 \ sentry-onpremise \ run web
I get this:
unknown flag: --port See 'docker run --help'.
The text was updated successfully, but these errors were encountered:
Oh, I guess there is no long version. It's just -p. I'll fix the docs. Thanks for pointing this out.
-p
Sorry, something went wrong.
Thanks @mattrobenolt I am receiving this error message now:
λ docker run --detach --rm -p 9000:9000 --name sentry-web-01 sentry-onpremise run web Conflicting options: --rm and -d
getsentry/sentry@80786ee
@marc1404 I updated docs to reflect both of these issues. Thanks! 🍪
No branches or pull requests
So I'm trying to follow the installation guide mentioned here, but when I run this command:
I get this:
The text was updated successfully, but these errors were encountered: