server->name); $status = get_container_status(server: $this->server, container_id: $container_name); if ($status === 'running') { return; } resolve(StartProxy::class)($this->server); } catch (\Throwable $th) { ray($th->getMessage()); //throw $th; } } }