A simple container that executes curl commands. It can loop at specified interval.
50K+
A simple container that executes curl commands. It can repeat the curl command indefinitly with a custom interval.
The container is based on Alpine Linux 3.3 and uses Tini as PID 1.
docker run [-d|--rm] [OPTION...] continuous-curl URL
docker run --rm DEBUG=1 continuous-curl http://www.google.com
docker run -d -e LOOP=4 continuous-curl http://www.google.com
docker run -d -METHOD=PUT -e OPTIONS="-v" -e USER=john -e PASSWORD=shazam -e LOOP=4 continuous-curl http://www.mydomain.com/mywebservice
Content type
Unrecognized
Digest
Size
3.1 MB
Last updated
about 10 years ago
docker pull plavignotte/continuous-curl