The most lightweight docker image with curl. The image is only 7 MB
185
How to test:
docker run --rm -it petschenek/scratch_curl curl google.com
You can exec into the container via sh and then run your commands:
docker run --rm -it petschenek/scratch_curl sh
Dockerfile: https://github.com/ManasPecenek/busybox/blob/main/scratch/curl/Dockerfile
Content type
Image
Digest
Size
3.4 MB
Last updated
almost 5 years ago
docker pull petschenek/scratch_curl