@if ($ask) This will revalidate the server, install / update Docker Engine, Docker Compose and all related configuration. It will also restart Docker Engine, so your running containers will be unreachable for the time being. Continue @else @if ($uptime)
Server is reachable:
@else @if ($error)
Server is reachable:
@else
@endif @endif @if ($uptime) @if ($supported_os_type)
Supported OS type:
@else @if ($error)
Supported OS type:
@else
@endif @endif @endif @if ($uptime && $supported_os_type) @if ($docker_installed)
Docker is installed:
@else @if ($error)
Docker is installed:
@else
@endif @endif @if ($docker_compose_installed)
Docker Compose is installed:
@isset($docker_version)
Minimum Docker version:
@else
@endisset @if (!$server->isBuildServer()) @if ($proxy_started)
Proxy started:
@else @if ($error)
Proxy started:
@else
@endif @endif @endif @else @if ($error)
Docker Compose is installed:
@else
@endif @endif @endif @isset($error)
{!! $error !!}
@endisset @endif