Container to run a specified curl command in cron using a specified cron schedule
124
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
Content type
Image
Digest
sha256:e715e7157…
Size
3.9 MB
Last updated
over 3 years ago
docker pull stevekdavis/curlcron