Updated Docker version does not dsplay on dashboard

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.
35%20PM

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

1 Like