Updating my Docker Nodes

Hi All, I am a noob at Docker and Linux however, Euger to leurn and get better at it…

I have 4 nodes in my docker

nommiiss@titan:~$ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
bd03c275ad9a storjlabs/storagenode:beta “/entrypoint” 3 weeks ago Up 17 hours 0.0.0.0:14002->14002/tcp, 0.0.0.0:28969->28967/tcp storagenode
08df4083a6e6 storjlabs/storagenode:beta “/entrypoint” 3 weeks ago Up 17 hours 0.0.0.0:14003->14002/tcp, 0.0.0.0:28970->28967/tcp storagenode2
945e85afd148 storjlabs/storagenode:beta “/entrypoint” 3 weeks ago Up 17 hours 0.0.0.0:14005->14002/tcp, 0.0.0.0:28972->28967/tcp storagenode4
ecd689a94bf9 storjlabs/storagenode:beta “/entrypoint” 3 weeks ago Restarting (1) 17 seconds ago storagenode3
03e5ce8c220e storjlabs/watchtower “/watchtower storage…” 2 months ago Up 17 hours watchtower
07e7ba5d5abc hello-world “/hello” 2 months ago Exited (0) 2 months ago objective_euclid

and I need to update the nodes from bata to latest and expressed in the fourms already.

If i am running multiple nodes what is the way that i go about updating the config to pull from the correct reposetory…

Please in advanced I applogise if this has been discussed before as it is a Noob question.

Regards
Simon

I do not think it is required at this point to upgrade from beta to latest - Last I checked they both actually point to the same release.

Sure, but it may not always be that way. And since Storjlabs said we should change it, probably best to do that.

@nommiiss: You have to stop and remove all containers and run them with an altered docker run command. That’s it.

I did notice one of your nodes has a “restarting” status, you may want to look into that as well. Seems it’s having a problem.

Indeed that node never survived… long story its been down for sometime now as the HDD i used for that Node is old and its not happy…