Testcontainers fails to start if DOCKER_HOST is set to an empty string. Reproducer: ``` export DOCKER_HOST= // run the tests ```
Testcontainers fails to start if DOCKER_HOST is set to an empty string.
Reproducer: