Bongo status
Home
' . $service->prettyName . '';
$containers = [];
if (is_array($service->containerName)) {
$containers = $service->containerName;
} else {
$containers = [$service->containerName];
}
?>
luks !== null) : ?>
luks;
$mountpoint = exec('cat /proc/mounts | grep "/dev/mapper/' . $luksDevice->mountPoint . ' /mnt/' . $luksDevice->mountPoint . '"');
if (empty($mountpoint)) {
Util\createBanner('✗', '/dev/mapper/' . $luksDevice->mountPoint . ' is not mounted at /mnt/' . $luksDevice->mountPoint, 'bad');
} else {
Util\createBanner('✓', '/dev/mapper/' . $luksDevice->mountPoint . ' is mounted at /mnt/' . $luksDevice->mountPoint, 'good');
}
?>
[Mount device or provide encryption key]
Output
isNotFound === false) : ?>
[Manage container]
Status as reported by Docker