aio-interface: show sub-steps for starting containers

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2026-01-19 16:26:28 +01:00
parent e9108e3660
commit b51943d8a1
5 changed files with 127 additions and 0 deletions

View file

@ -66,4 +66,8 @@ class DataConst {
public static function GetContainersDefinitionPath() : string {
return (string)realpath(__DIR__ . '/../../containers.json');
}
public static function GetContainerEventsFile() : string {
return self::GetDataDirectory() . '/container_events.log';
}
}