Open kumarabhirup opened 5 years ago
Failure EADDRINUSE
sounds like another container is already listening on 443. Try shutting down that other container first, if you are using Dinghy then it could just be the built-in dinghy-http-proxy instance.
I get something like this: docker: Error response from daemon: driver failed programming external connectivity on endpoint http-proxy (8be6f6a7a3f480bed66b354620a8cc9824b8606857866124d0a78efab9231145): Error starting userland proxy:.
@AndreiD I came here after having issues with NightFall as I see that you were in my same boat. Did you manage to solve this error ? I've tried shutting down all the containers but still getting that error
no I haven't.... the next thing I wanted to try is get another docker version, since I'm suspecting the current one, that you install with apt-get has problems. but didn't had time to do it. if you find a fix, please do write :bowing_man:
@AndreiD Did npm run setup-all
work fine with yu or did it throw any error ?
Maybe we should open an issue here because even using the setup in this GitHub does not start it
Btw, I do not have anything running on port 0 and 422, this thing is becoming even more strange.
P.S I installed docker version 18.6.1 and still not working for me
@AndreiD I run the following code and it shows the container working:
docker run -d --restart=always -v /var/run/docker.sock:/tmp/docker.sock:ro -v ~/.dinghy/certs:/etc/nginx/certs -e CONTAINER_NAME=http-proxy --name http-proxy codekitchen/dinghy-http-proxy
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
da8083262360 codekitchen/dinghy-http-proxy "/app/docker-entrypo…" 35 seconds ago Up 33 seconds 80/tcp, 19322/tcp http-proxy
so you managed in the end to see the angular UI ?
@AndreiD Did you solve the issue at the end ? We are trying to find a way to get it through here: https://github.com/EYBlockchain/nightfall/issues/16
Btw, I still have issues with docker-proxy
I ran this on mac:
But I end up with this error everytime:
Would appreciate help. 👍