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" ]
Content type
Image
Digest
Size
132.3 MB
Last updated
almost 5 years ago
docker pull gaurav2001/centos-web