Minimal Alpine Linux container with curl pre-installed without needing a shell.
1.3K
Minimal Alpine Linux container with curl pre-installed. Run curl commands directly without needing a shell.
docker run --rm dimjones/alpine-curl https://api.github.com
docker run --rm dimjones/alpine-curl -H "Accept: application/json" https://httpbin.org/get
docker run --rm -v $(pwd):/data dimjones/alpine-curl -o /data/output.json https://api.example.com
Content type
Image
Digest
sha256:a3719f9dc…
Size
6 MB
Last updated
about 1 month ago
docker pull dimjones/alpine-curl