Soucis de lancement

I don’t have to use / mnt / sda2?
I can use / home / acidburn / storage
??

Oui, vous pouvez utiliser l’emplacement que vous souhaitez utiliser.
Tant que c’est là que vous avez de l’espace.

docker: Error response from daemon: Conflict. The container name “/storagenode” is already in use by container “4f9c45e08cf5a9a745199fecd89b01a816da7df8ceecfd5e5fafe095009bbdf4”. You have to remove (or rename) that container to be able to reuse that name.

root@srv1:/mnt/sda2/storage# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4f9c45e08cf5 storjlabs/storagenode:beta “/entrypoint” 5 minutes ago Created storagenode

Ok run docker logs --tail 20 storagenode to see if its running

There is nothing at all.

root@srv1:/mnt/sda2/storage# docker logs --tail 20 storagenode
root@srv1:/mnt/sda2/storage#

ok run docker stop -t 300 storagenode Then run docker rm storagenode

root@srv1:/mnt/sda2/storage# docker exec -it storagenode /app/dashboard.sh
Error response from daemon: Container 4f9c45e08cf5a9a745199fecd89b01a816da7df8ceecfd5e5fafe095009bbdf4 is not running

I delete this one?

/home/acidburn/.local/share/storj/identity/storagenode

No dont delete anything. Just use the docker rm storagenode then just run your docker start command.

Thank you very much it looks to be good.

Your welcome thats great.

by cons I do not have access to http://37.59.60.29:14002/

try http://127.0.0.1:14002

I’m on a remote server. I don’t have access

Oh ok well if that is the case then you would have to change the run command to the public IP address if you want to view it remotely.

yes that’s what I understood after posting my answer.

But I have no problem at all …
docker: Error response from daemon: driver failed programming external connectivity on endpoint storagenode (075437f803003614c5f1672cc1bc4ce67cbb5bf82f9c19b8ea18ac1ea0366295): (iptables failed: iptables --wait -t filter -A DOCKER! -i docker0 -o docker0 -p.22 dport 28967 -j ACCEPT: iptables: No chain / target / match by that name.
(exit status 1)).

Port 28967 in iptables is still open though.

You can check the dashboard or view logs