Alpine-based image with just curl. Check the network environment, check web app activity
1.1K
The image is a Linux lightweight, Alpine-based image with just curl. we can check the network environment, check web app activity (HTTP/HTTPS).
docker run -itd --name alpine-curl ngacareer/alpine-curl
docker exec -it alpine-curl sh
# curl https://ngacareer.com
kubectl run alpine-curl --image=ngacareer/alpine-curl
kubectl exec -it alpine-curl sh
#curl https://ngacareer
oc run alpine-curl --image=ngacareer/alpine-curl
oc exec alpine-curl -i -t sh
#curl https://ngacareer.com
Copyright © 2021 Ngacareer
All contents licensed under the MIT License
Content type
Image
Digest
Size
3.7 MB
Last updated
over 5 years ago
docker pull ngacareer/alpine-curl