Merge branch '1.5.x'
This commit is contained in:
commit
09a8b3c072
|
|
@ -255,7 +255,12 @@ public class SysVinitLaunchScriptIT {
|
|||
return output.toString();
|
||||
}
|
||||
finally {
|
||||
docker.removeContainerCmd(container).exec();
|
||||
try {
|
||||
docker.removeContainerCmd(container).exec();
|
||||
}
|
||||
catch (Exception ex) {
|
||||
// Continue
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue