add debug

This commit is contained in:
Christopher 2020-10-24 00:08:47 +02:00
parent 30a076279b
commit ecb0730ea0
1 changed files with 10 additions and 0 deletions

10
pages/debug.php Normal file
View File

@ -0,0 +1,10 @@
<?php
$dockerClient = new Docker();
$allContainers = $dockerClient->getAllContainers();
print_r($allContainers);
die();
?>