Docker Desktop replacement #578
-
How to configure Testcontainers to use something else than Docker Desktop on Windows using .Net. Everything is working properly when I'm using Docker Desktop but I'm looking for alternatives. I've already installed Minikube and wanted to update the .testcontainers.properties configuration file, but I wasn't able to find it (TestContainers are added to the project as nuget package). Could you help me with that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I do not know much about the configuration without Docker Desktop. I have not tried any other engine expect Rancher Desktop for a quick test. Did you set either the
You have to create the file yourself. Does the Minikube setup rely on TLS authentication? Then you need to wait until we are done with #370. |
Beta Was this translation helpful? Give feedback.
I do not know much about the configuration without Docker Desktop. I have not tried any other engine expect Rancher Desktop for a quick test. Did you set either the
DOCKER_HOST
environment variable or the Java propertydocker.host
the in~/testcontainers.properties
file?You have to create the file yourself.
Does the Minikube setup rely on TLS authentication? Then you need to wait until we are done with #370.