Simple cURL utility based on Alpine
500K+
Simple minimal Alpine image with cURL installed.
# Trigger your wordpress cron
docker run --rm -it deardooley/curl http://example.wordpress.com/wp-cron.php
# Perform heartbeat
docker run --rm -it -v $(pwd)/config:/data deardooley/curl -XPOST -F /data/config.json http://requestbin.com/abcde?action=heartbeat
Content type
Image
Digest
Size
3.2 MB
Last updated
almost 10 years ago
docker pull deardooley/curl