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

Docker needs to expose port #87

Open
TafkaMax opened this issue Jul 6, 2021 · 0 comments
Open

Docker needs to expose port #87

TafkaMax opened this issue Jul 6, 2021 · 0 comments

Comments

@TafkaMax
Copy link

TafkaMax commented Jul 6, 2021

I was trying out the docker implementation and I found that you can't actually connect to the running container.

Some background information: https://docs.docker.com/engine/reference/builder/#expose

The docker file does contain: Expose 8888

When running the container you also need to expose the port.

eg. docker run -p 8888:8888 -d image_name

the -d also stands for deattached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant