This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Can watchtower watch itself? #611
-
|
Can I apply the label to watchtower so it updates itself? |
Beta Was this translation helpful? Give feedback.
Answered by
victorcmoura
Aug 2, 2020
Replies: 1 comment 1 reply
-
|
Hi, @svh1985.
Yes, you can. As far as I could understand from the source code, Watchtower should change its own container name, run the updated copy (so, at least temporarily, there will be two instances running at the same time), and stop the oldest. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
victorcmoura
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @svh1985.
Yes, you can.
As far as I could understand from the source code, Watchtower should change its own container name, run the updated copy (so, at least temporarily, there will be two instances running at the same time), and stop the oldest.