Skip to content
Discussion options

You must be logged in to vote

There are two main methods of accomplishing this.

  1. Directly running Docker CLI exec commands against the running Watchtower container (see below).
  2. Configuring and sending HTTP requests against Watchtower's HTTP API (documentation).

Docker CLI Method

To perform a standard, single update run:

docker exec -it <watchtower container name> /watchtower --run-once
For example:
root@it-tools:~/Docker# docker exec -it watchtower /watchtower --run-once
INFO[0001] Watchtower v1.14.1-b63f1f08 using Docker API v1.51 
INFO[0001] Using notifications: gotify                  
WARN[0001] Run once mode: Disregarding update on start  
INFO[0005] Found new image                               container=dozzle…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@janreinhardt
Comment options

Answer selected by janreinhardt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants