Sign inSign up

stevekdavis/curlcron

By stevekdavis

•Updated over 3 years ago

Container to run a specified curl command in cron using a specified cron schedule

Image
1

124

stevekdavis/curlcron repository overview

ARM64 Container runs a curl command in cron

OPTIONS: the url you want to curl

CRON_SCHEDULE: a valid cron schedule

example

docker run -d
--name curlcron
-e OPTIONS="example.com"
-e CRON_SCHEDULE="*/10 * * * *"
--restart=unless-stopped
stevekdavis/curlcron

Tag summary

Content type

Image

Digest

sha256:e715e7157…

Size

3.9 MB

Last updated

over 3 years ago

docker pull stevekdavis/curlcron