I get the following error when I start the ~/00_Start_Storj.sh
docker: Error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘home/pi/.local/share/storj/identity/storagenode’ mount path must be absolute.
I am using a raspberry pi 4 4GB with 4TB external disk mounted.
Here is the configuration in my file: (I have masked some info with XXXXXXX)
sudo docker run -d --restart always –stop-timeout 300 \
doesn’t looks right too, seems you have used some word processor, which replaced two dashes to the hyphen. Please, replace all curly quotes to the straight ones and all hyphens to double dashes --. Use only plain text editors such nano or vim.
For this exact option it should start with /, as @BrightSilence said
when I changed it to that, this was an error that I received
docker: Error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘~/.local/share/storj/identity/storagenode’ mount path must be absolute.
From above post it was clear there was some copy paste error and he still got absolute path error. I am not at all pro with Linux so I thought of trial and error by using ~