-
Notifications
You must be signed in to change notification settings - Fork 0
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
Forward port 8000/sessions #1
Comments
fair warning, I don't really understand any of this stuff but here goes with a few options:
|
Thanks. I Googled a little more, because I think this should be dead simple. I.e. a one step solution should suffice. I don't like the preferred solution from this SO link, i.e. the one from icecrime, because it seems complicated. But I like the solution by Vasspilka much better because it seems simpler. |
But I am having a hard time understanding Vasspilka's explanation. I do understand the preferred answer from this SO link:
|
From bash within the Docker container one can enter
lynx localhost:8000/sessions
and you will see a web page.
lynx localhost:8000
will show a 404.
I am not able to forward 8000/sessions to outside the container by the simple
EXPOSE 8000
in the Dockerfile and the-p 8000:8000
in the Docker run command.The text was updated successfully, but these errors were encountered: