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

Expose application from docker container #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

galileo
Copy link

@galileo galileo commented Mar 28, 2017

If you just want to use plain and simple docker container to run this application as I do with this command:

docker run -it --rm -v ${PWD}:/app -w /app -p 8080:8080 node bash

The propagation address 0.0.0.0 need to be exposed.

This issue was spotted on MacOS

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

Successfully merging this pull request may close these issues.

1 participant