minima_guides

Introduction > Step 1 > Step 2 > Step 2 > Step 4 > Step 5 > Step 6

Step 5 - Run Watchtower container

Directly from the Minima docs:

Watchtower container enables automatic updates of your Minima node when a new version is released. 

A simple command into our teminal window will download and start Watchtower 🗼

docker run -d --restart unless-stopped --name watchtower -e WATCHTOWER_CLEANUP=true -e WATCHTOWER_TIMEOUT=60s -e WATCHTOWER_POLL_INTERVAL=28800 -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower

After this completes you can see which containers are running.

docker ps

🤞 you have Watchtower and Minima

Goto step 6 - Access the MDS Hub