Deed debug handler. Added installation handler. Improved docker console streaming
This commit is contained in:
@@ -58,9 +58,7 @@ public class StartupHandler : IServerStateHandler
|
||||
await Server.Runtime.CreateAsync(hostPath);
|
||||
|
||||
if (ExitSubscription == null)
|
||||
{
|
||||
ExitSubscription = await Server.Runtime.SubscribeExited(OnRuntimeExited);
|
||||
}
|
||||
|
||||
// 6. Attach console
|
||||
|
||||
|
||||
Reference in New Issue
Block a user