Hello every one,
I just finish to setup my node on my windows 10 computer. but i cannot find how to acces dashboard and so i am not sure if every thing is working properly.
I followed the instructions in the documentation to setup my node.
to first run my node I ran the command line :
docker run -d --restart unless-stopped --stop-timeout 300 -p 28967:28967 -p 127.0.0.1:14002:14002 -e WALLET=“0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX” -e EMAIL="user@example.com" -e ADDRESS=“domain.ddns.net:28967” -e STORAGE=“2TB” --mount type=bind,source="",destination=/app/identity --mount type=bind,source="",destination=/app/config --name storagenode storjlabs/storagenode:latest
it seems to work properly since i didn’t received any error messages. and the command “docker ps a-” tells me the node was created.
But here is my problem i cannot acces dashboard. so i tried to follow the instructions in the documentation but replacing “-p 127.0.0.1:14002:14002” by “-p 14002:14002” returns me the following error message :
" docker: Error response from daemon: Conflict. The container name “/storagenode” is already in use by container “24d1a9e0f4d9652d1fd095d297601f967a986ba8d8a618fcdce910fe3fe3c6c6”. You have to remove (or rename) that container to be able to reuse that name.
See ‘docker run --help’."
how can id o to have a look to my node statistiques ?
thank you for your help.