What Are Some Good Alternatives to Watchtower for Docker Updates?

0
53
Asked By TechGuru2022 On

I noticed that the official Watchtower repository hasn't been updated in over two years, and after updating my Docker packages on an Ubuntu server, Watchtower stopped working due to API version issues. Does anyone have recommendations for alternatives?

4 Answers

Answered By NewbieNerd On

I just switched to WUD and it looks promising! It’s actively developed, but I spent some time figuring out all the parameters for Docker Compose. Overall, I'm happy with it so far!

Answered By DockerDude88 On

You might want to check out the `nickfedor/watchtower`. Just change the container in your Docker run command or compose file, and it should work well for you!

HelpfulUser123 -

Thanks for the tip! I couldn't find that option on my own.

Answered By TechSavvyMike On

If you want to stick with Watchtower, you can set your Docker instance to accept older API versions. Just set the environment variable `DOCKER_MIN_API_VERSION` to match the version that Watchtower requires, which should be specified in the error you get. It worked for me with a Nagios plugin!

Answered By UpdateNinja44 On

I've been using Diun, and it works great for notifying me about which containers need updates. It's pretty straightforward and does the job well!

TechieTom -

I started with Diun too, but then I found Dockge which is pretty user-friendly for managing updates.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.