Started implementing server installation
This commit is contained in:
@@ -30,6 +30,8 @@ public partial class Server
|
||||
|
||||
await LogToConsole("Removing container");
|
||||
await dockerClient.Containers.RemoveContainerAsync(container.ID, new());
|
||||
|
||||
RuntimeContainerId = null;
|
||||
}
|
||||
catch (DockerContainerNotFoundException){}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user