Manage Docker Containers Updates With What's up Docker
Introduction There are multiple ways to update your docker containers to the latest version. The most popular way is to use Watchtower, it can instantly update the docker container whenever a new version is detected. But there is a potential problem with this, not with the tool itself. Imagine a…