Dieter Bogdoll
Dieter Bogdoll
Dear all, I'm running testcontainers on Windows and Linux (WSL2). On both systems I get since some days the following error when I try to use test containers. I'm using...
I see that the following usage of KLogging is now deprecated: ```kotlin class MyClass { companion object: KLogging() init { logger.info("Example") } } ``` If this usage is deprecated, with...
## What are you trying to do? I have a docker image which is based on postgres, but contains additional some (large) *.sql files in /docker-entrypoint-initdb.d/ . When the docker...