eugene-khyst / podman-testcontainers

The example of using Podman with Testcontainers in Java projects, that use Gradle on Ubuntu Linux and MacOS (both x86_64 and Apple silicon).
Apache License 2.0
41 stars 6 forks source link

DOCKER HOST in Windows #2

Open ccalderon9411 opened 2 years ago

ccalderon9411 commented 2 years ago

Hello. I like this article about podman insteand of docker, but i want to know how is the value for DOCKER_HOST in Windows enviroment

anantharaman93 commented 1 year ago

Check here on how to set DOCKER_HOST for Windows. Do note that, TESTCONTAINERS_RYUK_DISABLED should be set to true when tested with testcontainers 1.17.6.

It would be better if this information is also added in this article.