The docker container can’t find the source or location for the identity

I tried to restart, got error. Deleted docker image and now I don’t know how to get it running, always telling me that he can’t find the source or location for the identity.

Now I am fed-up and want to delete all storj folders, is it only to delete it since I can’t get it back up and running anyway?

I have a folder called blobs, that is the only folder containing the files?

Have you deleted any folders yet like identity and/or storage ?

No, haven’t done anything yet

Show your docker run command and remove any personal info like eth address, email, ddns

sudo docker run -d --restart unless-stopped -p 28967:28967 -p 14002:14002
-e WALLET=“xxx”
-e EMAIL=“xxx”
-e ADDRESS=“xxx:28967”
-e BANDWIDTH=“250TB”
-e STORAGE=“18TB”
-v “/share/homes/Endre/Endre/scert”:/app/identity
-v “/share/homes/Endre/storj”:/app/config --name storagenode2 storjlabs/storagenode:beta

Why use -v

https://documentation.storj.io/setup/cli/storage-node

docker run -d --restart unless-stopped -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 BANDWIDTH=“20TB”
-e STORAGE=“2TB”
–mount type=bind,source="",destination=/app/identity
–mount type=bind,source="",destination=/app/config
–name storagenode storjlabs/storagenode:beta

Reference:
https://documentation.storj.io/setup/cli/storage-node

FATAL file or directory not found error: open share/homes/Endre/Endre/scert/identity.cert: no such file or directory

image

Your image is not clearly visible
Show content of this folder scert

[/share/homes/Endre/Endre/scert] # ls
ca.1571938575.cert ca.cert ca.key identity.1571938575.cert identity.cert identity.key
[/share/homes/Endre/Endre/scert] #

Ok then your identity path is /share/homes/Endre/Endre/scert and storage path is /share/homes/Endre/storj

Now use that to show your docker run command

Up and running again, now I only have allot of upload fails.
What version is the node now? Im running 0.33.4

0.33.4 is fine. It will be updated soon to 0.34.6, but that one hasn’t rolled out to docker setups yet.