remove debug file

This commit is contained in:
Christopher 2020-10-24 00:17:30 +02:00
parent 5a1478d4dd
commit 2ee9170da0
1 changed files with 0 additions and 8 deletions

View File

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