mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
docs: fix note paragraph on Arguments page (#1001)
This commit is contained in:
parent
e3dd8d688a
commit
e396711ae1
1 changed files with 4 additions and 3 deletions
|
|
@ -178,9 +178,10 @@ Will only monitor for new images, send notifications and invoke
|
||||||
the [pre-check/post-check hooks](https://containrrr.dev/watchtower/lifecycle-hooks/), but will __not__ update the
|
the [pre-check/post-check hooks](https://containrrr.dev/watchtower/lifecycle-hooks/), but will __not__ update the
|
||||||
containers.
|
containers.
|
||||||
|
|
||||||
!!! note Due to Docker API limitations the latest image will still be pulled from the registry.
|
!!! note
|
||||||
The HEAD digest checks allows watchtower to skip pulling when there are no changes, but to know _what_ has changed it
|
Due to Docker API limitations the latest image will still be pulled from the registry.
|
||||||
will still do a pull whenever the repository digest doesn't match the local image digest.
|
The HEAD digest checks allows watchtower to skip pulling when there are no changes, but to know _what_ has changed it
|
||||||
|
will still do a pull whenever the repository digest doesn't match the local image digest.
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Argument: --monitor-only
|
Argument: --monitor-only
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue