Centos 8 installing

I did install storj on centos 8 and now I get this.

[root@localhost ~]# docker exec -it storagenode /app/dashboard.sh
Error response from daemon: Container a62d01c6dd97c2554eff7921be0a265646b09f8da50da883d784b73541840017 is restarting, wait until the container is running

Show your docker run command and remove any personal info from it.

[root@localhost home]# docker exec -it storagenode /app/dashboard.sh
2020-05-06T06:58:08.437Z INFO Configuration loaded {“Location”: “/app/config/config.yaml”}
2020-05-06T06:58:08.437Z INFO tracing disabled
2020-05-06T06:58:08.446Z INFO Identity loaded. {“Node ID”: “12RXQ5evDmFHzxse81v9jGuUX3eZk5AxBfGvs56PjcGUGzrtF1L”}
Error: context canceled
[root@localhost home]#

docker run -d --restart unless-stopped -p 28967:28967 \
-p 14002:14002 \
-e WALLET="wallet" \
-e EMAIL="email@gmail.com" \
-e ADDRESS="ip:28967" \
-e STORAGE="11TB" \
--mount type=bind,source="/root/.local/share/storj/identity/storagenode",destination=/app/identity \
--mount type=bind,source="/home/",destination=/app/config \
--name storagenode storjlabs/storagenode:beta

Show result of command

df -h

My 12 TB just failed, i will replace it and come back!

Thank you

Make sure you read this before you make any new purchase.

I bought this one:

That one is fine! :+1:

I thinking to put 3 hard drivers 6tb, 2tb and 12 tb one a server and make a node.

I’d advise to start with what you already have and see how fast it fills up. My node is now a year old and holds 10.5TB. So don’t expect that 20TB to fill up over night. It’ll take a while. Additionally, don’t start the second node until the first one is vetted on all satellites, otherwise you’ll be waiting for the vetting process to finish for twice the normal time.