15 docker client #2

Merged
Liosha merged 41 commits from 15-docker-client into development 2026-09-03 20:28:04 +02:00
Showing only changes of commit 0943517bc9 - Show all commits
@@ -33,6 +33,7 @@ public class DockerConfig {
.maxConnections(100)
.build();
_logger.info("DOCKER_HOST:{}",config.getDockerHost());
return DockerClientImpl.getInstance(config, httpClient);
}
}