docker for kubepod noroot & readonly

This commit is contained in:
2025-01-04 15:09:54 +01:00
parent 92861f0409
commit be0e80a5d3
9 changed files with 607 additions and 5 deletions

8
misc/docker/index.php Normal file
View File

@ -0,0 +1,8 @@
<?php
echo "<html><head><title>Nineapache 8</title></head><body>";
echo "<h1><center>NINEAPACHE 8</center></h1>";
echo "</body></html>";
?>