Skip to content
New issue

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

trying to follow documentation: unknown flag --port #8

Closed
lucidlemon opened this issue Sep 11, 2016 · 3 comments
Closed

trying to follow documentation: unknown flag --port #8

lucidlemon opened this issue Sep 11, 2016 · 3 comments

Comments

@lucidlemon
Copy link

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'.
@mattrobenolt
Copy link
Contributor

Oh, I guess there is no long version. It's just -p. I'll fix the docs. Thanks for pointing this out.

@marc1404
Copy link

marc1404 commented Oct 5, 2016

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

@mattrobenolt
Copy link
Contributor

@marc1404 I updated docs to reflect both of these issues. Thanks! 🍪

@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants