-
I didn’t finish watching the videos about setting up EOSSTUDIO before the program moved me to the review page. Can someone please rewind my videos to the previous page.
-
I am using a MAC, I have version 2.0.5 When I try to start a node, I get the following log:
docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:8888: bind: address already in use.
docker run -dt --name eosio_v2.0.5 --publish 8888:8888 --publish 5555:5555 --volume /Users/donniestarkey/.eosio/v2.0.5:/eosio -w /eosio eostudio/eos:v2.0.5 /bin/bash
5aef6d8c7425f61ee3dd3448a3763323eb5f5c27a3e8a1257ea79156e7883d88
docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:8888: bind: address already in use.
docker run -dt --name eosio_v2.0.7 --publish 8888:8888 --publish 5555:5555 --volume /Users/donniestarkey/.eosio/v2.0.7:/eosio -w /eosio eostudio/eos:v2.0.7 /bin/bash
7360fdc8666abeb0d91efe0b0ef52cccf3b29110281d15ce6de6dfc37366fcbe
docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:8888: bind: address already in use.
docker run -dt --name eosio_v2.0.5 --publish 8888:8888 --publish 5555:5555 --volume /Users/donniestarkey/.eosio/v2.0.5:/eosio -w /eosio eostudio/eos:v2.0.5 /bin/bash
3c917296982149f821567d057463a58762eb97f020369d39b12524d04e025e54
docker: Error response from daemon: Ports are not available: listen tcp 0.0.0.0:8888: bind: address already in use.
I have tried with no firewall, and get the same error message. Any advice?