What are some good alternatives to Watchtower for Docker updates?

0
65
Asked By CuriousCoder42 On

I've been using Watchtower for managing my Docker containers, but the official repository hasn't seen an update in over two years, and it's stopped working after I updated my Docker packages on my Ubuntu server due to API version issues. I'm looking for recommendations for other options that could help me keep my containers updated automatically or notify me when updates are needed.

1 Answer

Answered By TechGuru99 On

You might want to check out the nickfedor version of Watchtower. It's available on Docker Hub, and you can change the container in your Docker run command or your compose file to use it.

HelpfulUser3 -

Thanks, you're a lifesaver! I couldn't find that info anywhere else.

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.