Hi.
I updated the Docker version a few hours ago, but the version displayed on the Dashboard stayed unchanged.
I tried to download the new version again, but the system notified me that I have the latest version.
Is this going to be an issue for the node?
Thanks
Ilan
The version on the dashboard shows the storj node verion.
I guess that you can type some sort of command to find out what docker version you are running, but what that typing should be well that I dont know
Please, use this guide to update your storagenode: Software Updates - Storj Docs
You can check your version:
I did that again and got the following Dialogue:
pi@raspberrypi:~ sudo docker stop -t 300 storagenode โยทยทยทยทยทยทยทยทยทยทยทยท
storagenode โยทยทยทยทยทยทยทยทยทยทยทยท
pi@raspberrypi:~ sudo docker rm storagenode โยทยทยทยทยทยทยทยทยทยทยทยท
storagenode โยทยทยทยทยทยทยทยทยทยทยทยท
pi@raspberrypi:~$ sudo docker pull storjlabs/storagenode:beta โยทยทยทยทยทยทยทยทยทยทยทยท
beta: Pulling from storjlabs/storagenode โยทยทยทยทยทยทยทยทยทยทยทยท
Digest: sha256:fcc1050912c5d1056089490ffe200c5de245bf395f7da84b1b08โยทยทยทยทยทยทยทยทยทยทยทยท
ea148654d7d6 โยทยทยทยทยทยทยทยทยทยทยทยท
Status: Image is up to date for storjlabs/storagenode:beta โยทยทยทยทยทยทยทยทยทยทยทยท
docker.io/storjlabs/storagenode:beta
So, I believe that I have the latest version. But the dashboard still shows the previous version.
Please, make sure, that you have run the beta
image, not the alpha
I believe that this is the beta image: sudo docker pull storjlabs/storagenode:beta
Ilan
What is your docker run
command?
It should use the storjlabs/storagenode:beta
too
We start the docker storagenode via startDockerNode.sh
#!/bin/sh
Using new storj version via docker
sudo docker run -d --restart unless-stopped -p 2345:28967
-e WALLET=โ0x99969Df2dA9BF780Cfd62D7cC22f77E5BdB332dfโ
-e email="ilan.storjpi@gmail.com"
-e ADDRESS=โtukides.hopto.org:2345โ
-e BANDWIDTH=โ61.5TBโ
-e STORAGE=โ7TBโ
โmount type=bind,source="/usr/local/share/storj/identity",destinatio
n=/app/identity
โmount type=bind,source="/media/Seagate_8T_3/Node",destination=/app/
config
โname storagenode storjlabs/storagenode:arm
We start the watchtower via startWatchtower.sh
docker run -d --restart=always --name watchtower -v /var/run/docker.sock:/var/ru
n/docker.sock storjlabs/watchtower storagenode:beta watchtower --stop-timeout 30
0s --interval 21600
Does this help in any way?
Thanks
Ilan
This machine is a Raspberry PI3, if it makes any difference.
Thanks
ilan
Your script is using โstorjlabs/storagenode:armโ, not โstorjlabs/storagenode:betaโ.
I changed the command.
It is working now.
thank you.
Ilan