vpicavet / docker-3dgis

A full OpenSource 3D GIS stack for easy setup with Docker
GNU General Public License v2.0
4 stars 2 forks source link

Cannot reach webserver #1

Open joostvenema opened 10 years ago

joostvenema commented 10 years ago

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

vpicavet commented 10 years ago

Did you do a docker run directly or built the container ?

Can you open just http://localhost instead ? Can you connect to the database ?

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 : https://github.com/Oslandia/workshop-3d

joostvenema commented 9 years ago

http://localhost outputs the same error

Connection with the database = ok

LVladymyr commented 8 years ago

@joostvenema, If you fix the issue, please write how it was done

vpicavet commented 8 years ago

can you indicate your docker version, and the kind of backend it use (devicemapper, aufs…) ?