workflowstacks

The marketplace for AI skills that launch offers, rank in AI search, and automate operations. No coding required.

๐•โšก๐Ÿ’ฌ

Marketplace

  • Browse Skills
  • AI Agents
  • Claude Skills
  • MCP Servers
  • Prompts

Solutions

  • For Founders
  • For Agencies
  • For Ecommerce
  • Agent Builder
  • Starter Packs
  • Playbooks

Learn

  • How It Works
  • What Are Skills
  • What Are Agents
  • What Is MCP
  • For Creators
  • Submit a Tool
  • Security

Company

  • Become a Creator
  • About
  • Enterprise
  • API Docs
  • Terms
  • Privacy
  • Support
Compatible with
๐Ÿค–ChatGPT
โœจClaude
๐Ÿ’ŽGemini
๐Ÿ›๏ธShopify
๐Ÿ”Ahrefs
๐Ÿ“ŠSheets
๐Ÿ’ฌWhatsApp
๐Ÿ“ฑMeta Ads
+50 moreCreator program โ†’

ยฉ 2026 WorkflowStacks. All rights reserved.

TermsPrivacySupport
devtools

Watchtower: Auto Container Updates

Automate Docker base image updates with Watchtower. For founders, by developers with 25k+ GitHub stars.
24,651 stars1,140 forksGoQuality 9/10Updated 12/17/2025100% free ยท open source
What it does

Watchtower automates the process of updating Docker container base images to ensure they are running with the latest security patches and features.

Install / run
docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower
When to use it
  • โ€ขYour Dockerized application requires frequent updates to ensure security and compatibility
  • โ€ขYou have a large number of Docker containers to manage and update manually
  • โ€ขYou need to automate the process of rebuilding and redeploying Docker images after a base image update
Quick start
  1. 1Pull the Watchtower Docker image using the command: docker pull containrrr/watchtower
  2. 2Run Watchtower as a Docker container with the command: docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower
  3. 3Configure Watchtower to scan for updates at regular intervals by using the --interval flag, for example: docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --interval 30m
  4. 4Specify which containers to update using the --label-enable flag, for example: docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --label-enable
  5. 5Verify Watchtower is running and updating containers as expected by checking the Docker logs: docker logs -f watchtower
Ready-to-paste prompt
docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --interval 1h --label-enable --repo user/app
Heads up: Watchtower requires access to the Docker socket (/var/run/docker.sock) to function, so ensure the container has the necessary permissions and volumes mounted
Saves to your device

Topics

automation
continuous-delivery
devops
docker
hacktoberfest
notifications
receive-notifications
registry
update-checker
watchtower
What's inside โ€” free to inspect
No purchase needed

Read the entire source before you build โ€” unlike paid marketplaces that hide it behind a buy button.

20
top-level files
11
folders
17.6M
repo size
Apache-2.0
license
Key files
.editorconfig
docs-requirements.txt
main.go
README.md
File tree
.devbots/
.github/
cmd/
dockerfiles/
docs/
grafana/
internal/
pkg/
prometheus/
scripts/
tplprev/
.all-contributorsrc
.codacy.yml
.editorconfig
.gitignore
build.sh
code_of_conduct.md
CONTRIBUTING.md
docker-compose.yml
docs-requirements.txt
go.mod
go.sum
gopher-watchtower.png
goreleaser.yml
Quick Actions
Details
Creator
containrrr
Language
Go
Category
devtools
Published
7/13/2015

Are you the creator of this tool? Claim your listing โ†’ and earn 85% of every sale.

Related skills

More devtools tools founders pair with this one.

devtoolsโ˜… 356,398
Grow with developer-roadmap
Get interactive guides for your team with developer-roadmap. For founders seeking dev growth tools.
devtoolsโ˜… 232,402
Boost dev skills with the-book-of-secret-knowledge
Get curated dev tools and resources for founders and developers, backed by 226k+ GitHub stars.
devtoolsโ˜… 150,588
Scale web data with firecrawl
Get web data at scale with firecrawl, for founders. 132k+ GitHub stars.
devtoolsโ˜… 122,939
Free Tools with free-for-dev
Get free SaaS, PaaS, IaaS tiers for devops and infradev with 122k+ GitHub stars, for developers and founders
devtoolsโ˜… 102,795
browser-use: Automate Web Tasks
Founders use browser-use to automate online tasks with ease, ideal for startups needing AI-powered browser automation.
devtoolsโ˜… 95,447
Puppeteer: Automate Browsers
Get browser automation with Puppeteer. For founders who need reliable testing and automation tools.