Sign inSign up

amitbroc/kops

By amitbroc

Updated over 8 years ago

Image
0

204

amitbroc/kops repository overview

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

Tag summary

Content type

Image

Digest

Size

162.8 MB

Last updated

over 8 years ago

docker pull amitbroc/kops