Sign inSign up

ngacareer/alpine-curl

By ngacareer

•Updated over 5 years ago

Alpine-based image with just curl. Check the network environment, check web app activity

Image
0

1.1K

ngacareer/alpine-curl repository overview

⁠Quick reference

⁠Quick reference (cont.)

⁠What is alpine-curl ?

The image is a Linux lightweight, Alpine-based image with just curl. we can check the network environment, check web app activity (HTTP/HTTPS).

⁠How to use this image

  • On Docker
docker run -itd --name alpine-curl ngacareer/alpine-curl
docker exec -it alpine-curl sh
# curl https://ngacareer.com
  • On Kubernetes
kubectl run alpine-curl --image=ngacareer/alpine-curl
kubectl exec -it alpine-curl sh
#curl https://ngacareer
  • On OpenShift
oc run alpine-curl --image=ngacareer/alpine-curl
oc exec alpine-curl  -i -t sh
#curl https://ngacareer.com

⁠License

Copyright © 2021 Ngacareer

All contents licensed under the MIT License⁠

Tag summary

Content type

Image

Digest

Size

3.7 MB

Last updated

over 5 years ago

docker pull ngacareer/alpine-curl