Sign inSign up

gaurav2001/centos-web

By gaurav2001

Updated almost 5 years ago

Image
0

160

gaurav2001/centos-web repository overview

FROM centos:latest
RUN yum install httpd -y
RUN yum install net-tools -y
COPY pages/* /var/www/html/
CMD [ "/usr/sbin/httpd", "-D","FOREGROUND" ]

Tag summary

Content type

Image

Digest

Size

132.3 MB

Last updated

almost 5 years ago

docker pull gaurav2001/centos-web