Skip to content

Commit e396711

Browse files
authored
docs: fix note paragraph on Arguments page (#1001)
1 parent e3dd8d6 commit e396711

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/arguments.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,10 @@ Will only monitor for new images, send notifications and invoke
178178
the [pre-check/post-check hooks](https://containrrr.dev/watchtower/lifecycle-hooks/), but will __not__ update the
179179
containers.
180180

181-
!!! note Due to Docker API limitations the latest image will still be pulled from the registry.
182-
The HEAD digest checks allows watchtower to skip pulling when there are no changes, but to know _what_ has changed it
183-
will still do a pull whenever the repository digest doesn't match the local image digest.
181+
!!! note
182+
Due to Docker API limitations the latest image will still be pulled from the registry.
183+
The HEAD digest checks allows watchtower to skip pulling when there are no changes, but to know _what_ has changed it
184+
will still do a pull whenever the repository digest doesn't match the local image digest.
184185

185186
```text
186187
Argument: --monitor-only

0 commit comments

Comments
 (0)