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
I am trying to use testcontainers in Spring Boot project on windows workstation. I have installed docker desktop which can spawn containers from command prompt without any issue.
However while executing test cases, testcontainers could not detect the docker daemon spawned by docker desktop for windows.
Please let me know if I need to add any environment variable so that testcontainer could detect presence running docker desktop. As per logs it appears that testcontainer is looking for colima docker socket.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Team,
I am trying to use testcontainers in Spring Boot project on windows workstation. I have installed docker desktop which can spawn containers from command prompt without any issue.
However while executing test cases, testcontainers could not detect the docker daemon spawned by docker desktop for windows.
Please let me know if I need to add any environment variable so that testcontainer could detect presence running docker desktop. As per logs it appears that testcontainer is looking for colima docker socket.
Beta Was this translation helpful? Give feedback.
All reactions