Trigger the Gladys update from the system tab

I agree!

In the meantime, if you want to run the update yourself, you can do it from the CLI:

docker run --rm \
    -v /var/run/docker.sock:/var/run/docker.sock \
    containrrr/watchtower \
    --run-once

The --rm causes this temporary watchtower container to remove itself after it has run.

The --run-once tells Watchtower to run only once and then exit.

Doc: Arguments - Watchtower

We should add a button that just runs this command in Gladys, I agree :smiley:

4 Likes