CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

Rewrite to remove network_mode flag from docker-compose #149

Closed nunojusto closed 5 years ago

nunojusto commented 5 years ago

Problem

Solving https://github.com/CityOfZion/neo-local/issues/148 network_mode=host is used on neo-python to reach nodes ports exposed to the host, but this is only supported on linux. Does not work on Mac nor Windows because docker runs inside a Vm (docker-engine) as described here

Solution

Checklist