-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
Provided Dockerfile doesn't work with Docker for Mac #119
Comments
Note for whomever works to resolve this: |
You can try binding it to other interfaces / addresses: |
Hey sorry I'm late to the party. I'd love to help! Do you think you could perhaps provide output of running |
What I expected:
Beehive on http://localhost:8181 using Docker for Mac 17.03.0-ce.
What I tried:
Building with docker/Dockerfile - running with
-p 8181:8181
with or without or--net=host
.I suspect this may be something to do with some code binding only to "localhost" ?
Do you guys only test the Dockerfile on a Linux host?
Cheers,
Alex
The text was updated successfully, but these errors were encountered: