Hi! I’m new in Algorand word. I’m trying to run a node via Algorand Studio but i got some errors. Can anyone helps me? Please.
This is the errors:
docker run -dt --rm --name algorand-MyNode-2.4.1 -p 8080:8080 -v algorand-MyNode:/data algorand/stable:2.4.1 /bin/bash
f92686398b98464ce6dc78beaaed8b5f02307616bcd35f7d002d11f1563121fe
docker: Error response from daemon: driver failed programming external connectivity on endpoint algorand-MyNode-2.4.1 (c10b87d025b3f66bd2fbb06bf4d815332ebe4fb72def150d6dfc982f86fbf87b): Error starting userland proxy: listen tcp4 0.0.0.0:8080: bind: address already in use.
docker exec algorand-MyNode-2.4.1 ./goal node start -d /data -l 0.0.0.0:8080
Error: No such container: algorand-MyNode-2.4.1
docker exec algorand-MyNode-2.4.1 cat /data/algod.token
Error: No such container: algorand-MyNode-2.4.1
docker exec algorand-MyNode-2.4.1 ./carpenter -color -d /data
Error: No such container: algorand-MyNode-2.4.1