Sign inSign up

jinghewang/nginx

By jinghewang

Updated almost 7 years ago

Image
0

81

jinghewang/nginx repository overview

FROM nginx:1.17.6 LABEL maintainer="[email protected]"

ADD resource /usr/share/nginx/html WORKDIR /usr/share/nginx/html

RUN apt update
&& apt-get install -y dnsutils wget curl inetutils-ping
&& apt-get clean

EXPOSE 80

Tag summary

Content type

Image

Digest

Size

67.6 MB

Last updated

almost 7 years ago

docker pull jinghewang/nginx