Files
kubernetes/docs/user-guide/horizontal-pod-autoscaling/image/Dockerfile
Jerzy Szczepkowski 37ef5dee0b Horizontal pod autoscaling example moved to user guide.
Horizontal pod autoscaling example moved to user guide. Part of #15652.
2015-10-23 18:49:20 +02:00

6 lines
83 B
Docker

FROM php:5-apache
ADD index.php /var/www/html/index.php
RUN chmod a+rx index.php