FROM centos:latest RUN yum install epel-release -y RUN yum update -y RUN yum install httpd wget -y COPY index.html /var/www/html/ ENTRYPOINT ["/usr/sbin/httpd", "-D", "FOREGROUND"] EXPOSE 80 22
Content type
Image
Digest
Size
162.8 MB
Last updated
over 8 years ago
docker pull amitbroc/kops