-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot reach webserver #1
Comments
Did you do a docker run directly or built the container ? Can you open just http://localhost instead ? It is possible that you hit the mysterious docker bug that I am chasing, which makes the image on generated on the hub not wanting to run postgresql. In that case, delete all cached containers and rebuild from scratch. You can follow the doc in the workshop-3d if you want a fully working env with data and examples : |
Connection with the database = ok |
@joostvenema, If you fix the issue, please write how it was done |
can you indicate your docker version, and the kind of backend it use (devicemapper, aufs…) ? |
Hi,
I'm running the container with exact the same commandline as suggested. But no webpage shows up.
If I do a
curl http://localhost:80/client.html
I get this response:curl: (56) Failure when receiving data from the peer
The text was updated successfully, but these errors were encountered: