5421447804
Binding `127.0.0.1` means that Zebra will accept inbound connections coming only from the loopback network interface. This is desirable as long as Zebra runs on a native machine. When Zebra runs inside a Docker container, incoming connections coming from the host machine don't come from the container's loopback interface. In order to be able to connect to Zebra from the host machine, we can listen on `0.0.0.0` so Zebra accepts inbound connections coming from any interface. Users then can limit inbound connection to the loopback of their host by ```bash docker run -p 127.0.0.1:8232:8232 zfnd/zebra:1.0.0-rc.8 ``` |
||
---|---|---|
.. | ||
zcash-lightwalletd | ||
zcash-params | ||
Dockerfile | ||
entrypoint.sh |