This commit is contained in:
Christopher 2020-10-24 00:09:48 +02:00
parent ecb0730ea0
commit 37a54c4bfa
1 changed files with 4 additions and 6 deletions

View File

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