jacobacci wrote: 
> I configured containrrr/watchtower, but it keeps giving a message
> "stopped unexpectedly" when I launch it

I'm also using OMV5/Portainer and I deployed watchtower from the command
line with;

sudo docker run -d \
--name watchtower \
-v /var/run/docker.sock:/var/run/docker.sock \
        --restart unless-stopped \
containrrr/watchtower:armhf-latest

NOTE: that I'm purposely selecting the 32bit ARM image for my Pi setup.

Including the above, I'm currently running 14 containers, with typically
3-5 of them automatically updating every night. At some point I want to
add a cron to prune the orphaned container image files (the previous
versions before watchtower upgraded them).



1x Touch
4x BOOM
LMS 8.x:stable on Pi4B
------------------------------------------------------------------------
apn's Profile: http://forums.slimdevices.com/member.php?userid=35030
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to