You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,7 @@ docker run --rm containrrr/watchtower --help
130
130
*`--cleanup` Remove old images after updating. When this flag is specified, watchtower will remove the old image after restarting a container with a new image. Use this option to prevent the accumulation of orphaned images on your system as containers are updated.
131
131
*`--tlsverify` Use TLS when connecting to the Docker socket and verify the server's certificate.
132
132
*`--debug` Enable debug mode. When this option is specified you'll see more verbose logging in the watchtower log file.
133
+
*`--monitor-only` Will only monitor for new images, not update the containers.
133
134
*`--help` Show documentation about the supported flags.
134
135
135
136
See below for options used to configure notifications.
0 commit comments