This commit is contained in:
Andras Bacsai
2023-09-15 12:43:03 +02:00
parent 54a57d217f
commit b4f048b028
2 changed files with 1 additions and 42 deletions

View File

@@ -75,7 +75,6 @@ function getApplicationContainerStatus(Application $application) {
}
function getContainerStatus(Server $server, string $container_id, bool $all_data = false, bool $throwError = false)
{
// check_server_connection($server);
$container = instant_remote_process(["docker inspect --format '{{json .}}' {$container_id}"], $server, $throwError);
if (!$container) {
return 'exited';