From 747b6d6cc58790fb16821f495c2f218228a0f8d4 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 21 Sep 2024 23:37:56 +0200 Subject: [PATCH] Added useful links to the README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8af2fc8..ea2d9fd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,21 @@ A docker container that pulls a git repo (updates it) every minute with a cronjo 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. +## Useful links + +Similar projects: + +- [https://github.com/abes-esr/gitpuller-docker/](https://github.com/abes-esr/gitpuller-docker/) +- [https://github.com/Ekito/docker-cron/](https://github.com/Ekito/docker-cron/) +- [https://github.com/keckelt/cron-alpine/](https://github.com/keckelt/cron-alpine/) +- [https://github.com/theohbrothers/docker-alpine-cron/](https://github.com/theohbrothers/docker-alpine-cron/) + +Forum posts: + +- [https://serverfault.com/questions/599103/make-a-docker-application-write-to-stdout](https://serverfault.com/questions/599103/make-a-docker-application-write-to-stdout) +- [https://stackoverflow.com/questions/71557316/docker-alpine-execute-command-as-another-user](https://stackoverflow.com/questions/71557316/docker-alpine-execute-command-as-another-user) + + ## License see [LICENSE.md](LICENSE.md)