Its a image to just doing curl on a particular IP
51
This is the Dockerfile code for this image:
FROM centos
RUN yum install curl -y
ENTRYPOINT [ "curl"]
CMD [ "-h" ]
Content type
Image
Digest
Size
86.4 MB
Last updated
about 6 years ago
docker pull manishverma16/curl:1.0