I've tried to run rai_node on macOS 10.13.1 with Docker 17.09.1-ce-mac42 (21090).
The following is the command I got from the wiki, with only the volume mounted is modified:
sudo docker run -d -p 7075:7075/udp -p 7075:7075 -p 127.0.0.1:7076:7076 -v ~/rai:/root clemahieu/rai_node /rai_node --daemon
docker logs shows this:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
what(): bind: Cannot assign requested address
Finally, here're the rai logs:
[2018-01-02 15:02:11.144005]: Node starting, version: 9.0
[2018-01-02 15:02:11.146887]: Work pool running 2 threads
[2018-01-02 15:02:11.147275]: Starting bootstrap attempt
[2018-01-02 15:02:11.147755]: Bootstrap stopped because there are no peers
[2018-01-02 15:02:11.148032]: Exiting bootstrap attempt
[2018-01-02 15:02:19.161138]: UPnP local address: , discovery: 0, IGD search: 0
[2018-01-02 15:02:19.161480]: UPnP No IGD devices found
Same error on Ubuntu version 16.04.3 with Docker version 17.12.0-ce, build c97c6d6
Same error on Ubuntu version 16.04
Clean install
Most helpful comment
Same error on Ubuntu version 16.04.3 with Docker version 17.12.0-ce, build c97c6d6