From f511e6fda565d1ab921aeb1550954437086effe6 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 22 Sep 2024 18:27:39 +0000 Subject: [PATCH] [README.md] Added docker hub pulls badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ba6db3..f197f60 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ An alpine-based docker container that pulls a git repo (updates it) every given amount of time (default 60s) with a shell script. The resulting image is approx. 20MB at size. +[![Docker Pulls](https://img.shields.io/docker/pulls/bluefox42/git-puller.svg)](https://hub.docker.com/r/bluefox42/git-puller/) + ## Purpose There are many scenarios where such a container could help. For example (as I use it), this image could be used to pull a hugo built website (living in a public git repo) to a local folder, so that another docker container can serve the most recent files.