creaky
Admin
- Thread starter
- #1
creaky submitted a new resource:
How to install Watcher on docker - Installing watcher to update your containers automatically
How to install Watcher on docker - Installing watcher to update your containers automatically
Read more about this resource...Watcher is a container that will automatically update all of your containers for you
1. Open your SSH software of choice, I use Putty
2. Connect to your server using the root account
3. Run the following command
4. That's all there is to it, watcher is now setup and running.Code:docker run -d \ --name watchtower \ -v /var/run/docker.sock:/var/run/docker.sock \ containrrr/watchtower
5. Every so often check your Images and remove any that are no longer used, this will...