From 8223bd2829d295e40a9a40d9d3df5c121ab0ba1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Mon, 28 Jun 2021 10:57:08 +0200 Subject: [PATCH] Fix note paragraph on Arguments page --- docs/arguments.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/arguments.md b/docs/arguments.md index 442519040..f08be7a2e 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -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