You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host"Container $containerName (exited $exitedDaysAgo day$(if($exitedDaysAgo-ne1){'s'}) ago) is recognized as a Business Central Container, but was not created by AL-Go - not removing"
73
+
}
74
+
}
75
+
else {
76
+
Write-Host"Removing container $containerName"
77
+
docker rm $containerID-f
78
+
}
68
79
}
69
80
else {
70
81
Write-Host"Container $containerName (exited $exitedDaysAgo day$(if($exitedDaysAgo-ne1){'s'}) ago) is not recognized as a Business Central Container - not removing"
0 commit comments