You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anytime i try to use Testcontainers - I get the error message
System.ArgumentException
Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/ (Parameter 'DockerEndpointAuthConfig')
Relevant log output
No response
Additional information
Fluent Docker seems to work fine - Rider connects as well if I force the path unix://$HOME/.rd/docker.sock
I tried setting Environment Variables as well - and am probably just missing something.
The text was updated successfully, but these errors were encountered:
Testcontainers version
3.8.0
Using the latest Testcontainers version?
Yes
Host OS
MacOS
Host arch
Silicon/ARM
.NET version
7
Docker version
Docker info
What happened?
Anytime i try to use Testcontainers - I get the error message
System.ArgumentException
Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit:
https://dotnet.testcontainers.org/custom_configuration/ (Parameter 'DockerEndpointAuthConfig')
Relevant log output
No response
Additional information
Fluent Docker seems to work fine - Rider connects as well if I force the path unix://$HOME/.rd/docker.sock
I tried setting Environment Variables as well - and am probably just missing something.
The text was updated successfully, but these errors were encountered: