add debug

This commit is contained in:
Christopher 2020-10-23 22:58:16 +02:00
parent bd78992ded
commit ae5bad303d
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ if(isset($_SESSION['LOGIN']))
if($container == NULL)
die("unknown container");
print_r($container);
$logOutput = $dockerClient->getContainerLogs($_SESSION['CONTAINER']);
$HTML = new HTML();