Sign inSign up

han0495/hpa-example

By han0495

Updated over 7 years ago

kubernetes hpa sample image

Image
0

4.1K

han0495/hpa-example repository overview

Dockerfile

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

index.php

<?php
  $x = 0.0001;
  for ($i = 0; $i <= 1000000; $i++) {
    $x += sqrt($x);
  }
  echo "OK!";
?>

Tag summary

Content type

Image

Digest

Size

123.6 MB

Last updated

over 7 years ago

docker pull han0495/hpa-example