[README.md] Added docker hub pulls badge

This commit is contained in:
BlueFox 2024-09-22 18:27:39 +00:00
parent 752a1e5b82
commit f511e6fda5

View File

@ -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.