I usually use Portainer and Watchtower to keep my containers updated on my NAS without any issues. However, after I manually triggered Watchtower to fetch the latest images, I'm now facing problems with multiple containers constantly trying to restart. The logs for three of them show errors like '/run/s6/basedir/scripts/rc.init: line 35: /init-hook: not found' and 'fatal: unable to talk to shutdownd: Operation not permitted'. What's strange is that not all my containers are affected. I suspect the issue arose while Portainer itself was updating. Any advice on how to fix this? I don't typically troubleshoot containers, so I'm a bit lost.
1 Answer
It sounds like you might have run into a compatibility issue after that update. Since some containers are running fine but others aren't, I'd recommend trying to recreate the problematic ones from their images. This often resolves issues caused by corruption during the update process.
I totally understand your frustration! In my experience, if the containers are acting weird like that, starting fresh usually does the trick. Good luck!