mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
docs: fix markdown lint issues (#995)
* fix list indents in notifications * fix missing lang tag * fix list indent and extra newlines * further indentation experimentation * fix remark lint-recommend warnings
This commit is contained in:
parent
145fe6dbcb
commit
d0ecc23d72
9 changed files with 43 additions and 44 deletions
|
|
@ -10,10 +10,10 @@
|
|||
It is possible to execute _pre/post\-check_ and _pre/post\-update_ commands
|
||||
**inside** every container updated by watchtower.
|
||||
|
||||
- The _pre-check_ command is executed for each container prior to every update cycle.
|
||||
- The _pre-update_ command is executed before stopping the container when an update is about to start.
|
||||
- The _post-update_ command is executed after restarting the updated container
|
||||
- The _post-check_ command is executed for each container post every update cycle.
|
||||
- The _pre-check_ command is executed for each container prior to every update cycle.
|
||||
- The _pre-update_ command is executed before stopping the container when an update is about to start.
|
||||
- The _post-update_ command is executed after restarting the updated container
|
||||
- The _post-check_ command is executed for each container post every update cycle.
|
||||
|
||||
This feature is disabled by default. To enable it, you need to set the option
|
||||
`--enable-lifecycle-hooks` on the command line, or set the environment variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue