Adding logging.
This commit is contained in:
parent
a923a119c5
commit
fe5f76f27d
|
@ -161,6 +161,7 @@ export async function startContainer(container: GenericContainer) {
|
|||
// removes the need to do this removal manually.
|
||||
const existingContainer = getContainerByName(name)
|
||||
if (existingContainer && existingContainer.State !== "running") {
|
||||
console.log("--- REMOVING EXISTING CONTAINER --- ")
|
||||
removeContainer(existingContainer)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue