$50 for 1 on 1 assistance installing Storj

So MKdir out of the dir i am in called storjbin ill call it then put it in where storjdir is?

Yes but you need the full path you cant just put /storjdir

So how do i get the full path of where this directory i just created is ?

diamonddog@storj1:~$ mkdir storjbin
diamonddog@storj1:~$ dir
identity_linux_amd64.zip snap storjbin
diamonddog@storj1:~$

You can try

echo /home/$USER

I got :

diamonddog@storj1:~$ echo /home/$USER
/home/diamonddog
diamonddog@storj1:~$

So if you created storjdir in home it /home/diamonddog/storjdir
Also You can use winscp you can just copy and paste it

So put that in here

–mount type=bind,source=“/home/diamonddog/storjbin”,destination=/app/config
–name storagenode storjlabs/storagenode:latest

Yes that would be correct

Now getting error

docker: Error response from daemon: driver failed programming external connectivity on endpoint storagenode (xxxxxxxxxxxxxxxxxxx): Error starting userland proxy: listen tcp4 0.0.0.0:28967: bind: address already in use.

run docker ps do you have a another container running?

image

docker rm storagenode

image

You should be able to rerun it

Getting what looks like same error :

docker: Error response from daemon: driver failed programming external connectivity on endpoint storagenode (XXXXXXX): Error starting userland proxy: listen tcp4 0.0.0.0:28967: bind: address already in use.

Try a different port -p 28968:28967/tcp -p 28968:28967/udp

now getting this error

docker: Error response from daemon: driver failed programming external connectivity on endpoint storagenode (xxxxxxxxx): Error starting userland proxy: listen tcp4 0.0.0.0:14002: bind: address already in use.

Do you have a storagenode running on systemd?

I don’t know what that is sorry