Skip to content

Commit

Permalink
docs: fix note paragraph on Arguments page (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Jun 29, 2021
1 parent e3dd8d6 commit e396711
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/arguments.md
Expand Up @@ -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
containers.

!!! note Due to Docker API limitations the latest image will still be pulled from the registry.
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.
!!! note
Due to Docker API limitations the latest image will still be pulled from the registry.
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
Argument: --monitor-only
Expand Down

0 comments on commit e396711

Please sign in to comment.