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.