https://github.com/darron/all-the-curls
1.0K
Need have some endpoints you need to test and need curl?
Are some of those endpoints GRPC and you're tired of tricking curl into talking to it?
all-the-curls is here for you:
https://hub.docker.com/repository/docker/darron/all-the-curls
Common uses are:
docker run -i --tty darron/all-the-curls sh
And on Kubernetes:
kubectl run curling-rink --image=darron/all-the-curls -i --tty --rm -- sh
Content type
Image
Digest
sha256:f48163261…
Size
22.6 MB
Last updated
almost 4 years ago
docker pull darron/all-the-curls