mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-09 10:38:50 +01:00
ft: allow detect changes local images
This commit is contained in:
parent
36391b0ae7
commit
1f8e22ed91
4 changed files with 22 additions and 0 deletions
|
|
@ -75,4 +75,5 @@ type Container interface {
|
|||
IsRestarting() bool
|
||||
GetCreateConfig() *dc.Config
|
||||
GetCreateHostConfig() *dc.HostConfig
|
||||
LocalImage() (bool, bool)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue