mirror of
https://github.com/containrrr/watchtower.git
synced 2026-03-09 22:22:35 +01:00
Add the label take precedence check in isMonitorOnly()
This commit is contained in:
parent
3d4bac9c78
commit
ca227f5a57
5 changed files with 43 additions and 27 deletions
|
|
@ -52,7 +52,7 @@ type Container interface {
|
|||
SafeImageID() ImageID
|
||||
ImageName() string
|
||||
Enabled() (bool, bool)
|
||||
IsMonitorOnly() bool
|
||||
IsMonitorOnly(UpdateParams) bool
|
||||
Scope() (string, bool)
|
||||
Links() []string
|
||||
ToRestart() bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue