nginx with preinstalled ping , wget
2.5K
What? nginx with ping and wget
Why? I wanted to use the nginx image to test inter-pod connectivity
How?
FROM nginx:latest
RUN apt update; apt install iputils-ping wget -y
Content type
Image
Digest
Size
64.9 MB
Last updated
about 6 years ago
docker pull mridulgain/nginx