Remove with force.
This commit is contained in:
parent
1d949fce2f
commit
a923a119c5
|
@ -38,7 +38,7 @@ function getTestcontainers(): ContainerInfo[] {
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeContainer(container: ContainerInfo) {
|
function removeContainer(container: ContainerInfo) {
|
||||||
execSync(`docker rm ${container.ID}`)
|
execSync(`docker rm -f ${container.ID}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getContainerByImage(image: string) {
|
export function getContainerByImage(image: string) {
|
||||||
|
|
Loading…
Reference in New Issue