Option for running watchtower without docker #1301
-
Hi there! I am in the progress of creating an alternative to Portainer and Yacht and would like to integrate watchtower for automatic image updates.
Also, would you need any help with that (PR)? I have never written anything in Go, but I can try.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The releases simply contain a single binary (pick the one for your platform). Just run it the same way as the container, with either
There is a PR that adds filtering by image name to the API, and this should be extendend to support all the current filters (including container names/IDs). Ref #1289 |
Beta Was this translation helpful? Give feedback.
The releases simply contain a single binary (pick the one for your platform). Just run it the same way as the container, with either
WATCHTOWER_
environment variables, or arguments from the docs.There is a PR that adds filtering by image name to the API, and this should be extendend to support all the current filters (including container names/IDs). Ref #1289