You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curl-timer is a very light Docker image that let you perform a curl in a configurable amount of time
1
+
# Docker curl Timer
2
+
You need a way to perform a curl inside a container every `TIMER` secs? And you don't want to use a cron job, because a Linux based image is too heavy for this work, right?
3
+
Curl-Timer is your light solution.
4
+
5
+
Curl Timer is a very light Docker image that let you perform a curl in a configurable amount of time.
6
+
7
+
You can specify the `HTTP_VERB`, `URL`, `AUTH_TYPE` and `AUTH` you want to use.
0 commit comments