1
0
Fork 0
1Panel-Appstore/watchtower
wanghe-fit2cloud 4e976643bd feat: Improve the command options hint for Watchtower 2025-06-03 15:42:00 +08:00
..
1.5.3 feat: Improve the command options hint for Watchtower 2025-06-03 15:42:00 +08:00
README.md feat: 修改应用 README 2023-09-21 16:22:29 +08:00
README_en.md Add various translations for i18n apps (#3475) 2025-03-25 16:59:32 +08:00
data.yml feat: Modify app architectures 2025-05-14 14:21:38 +08:00
logo.png feat: 压缩 logo.png (#212) 2023-07-10 15:46:28 +08:00

README_en.md

Watchtower

Watchtower is an open-source tool for automatically updating Docker containers. It detects whether new versions of the Docker containers you are running are available and automatically updates them, helping to maintain the security and stability of containerized applications.

Key Features:

  • Automatic Container Updates: Watchtower periodically checks Docker Hub or other container registries for updated images. If a new version is found, it automatically downloads the new image and updates the running container.
  • Scheduled Checks: Configure Watchtower to periodically check containers to ensure they are always up-to-date. You can set the time interval for checks.
  • Email Notifications: Watchtower can be configured to send email notifications when containers are updated, keeping you informed of changes.
  • Flexibility: Exclude specific containers from automatic updates to meet particular requirements.
  • Logging: Watchtower logs container updates, allowing you to review the update history at any time.
  • Support for Multiple Container Registries: In addition to Docker Hub, Watchtower supports other container registries, enabling you to use your preferred container images.