We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3748e commit e6caadaCopy full SHA for e6caada
core/src/main/java/org/testcontainers/containers/GenericContainer.java
@@ -423,6 +423,8 @@ private void tryStart(Instant startedAt) {
423
424
logger().info("Container {} is starting: {}", dockerImageName, containerId);
425
dockerClient.startContainerCmd(containerId).exec();
426
+ } else {
427
+ logger().info("Reusing existing container ({}) and not creating a new one", containerId);
428
}
429
430
// For all registered output consumers, start following as close to container startup as possible
0 commit comments