Sign inSign up

mridulgain/nginx

By mridulgain

Updated about 6 years ago

nginx with preinstalled ping , wget

Image
0

2.5K

mridulgain/nginx repository overview

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

Tag summary

Content type

Image

Digest

Size

64.9 MB

Last updated

about 6 years ago

docker pull mridulgain/nginx