-
-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use var TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE #407
Conversation
Codecov Report
@@ Coverage Diff @@
## master #407 +/- ##
==========================================
+ Coverage 65.05% 65.32% +0.26%
==========================================
Files 19 19
Lines 1159 1165 +6
==========================================
+ Hits 754 761 +7
+ Misses 301 300 -1
Partials 104 104
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't wait for this feature, I'm using lima on a M1 macbook, the default docker sock won't work out of the box so this would safe a lot of work and time helping others with the setup |
@mdelapenya it seems #414 might take some time to have all the edge cases covered. As this is a relatively small change with manageable side effects do you still think this change should wait? From my point of view there is a lot of value in this change already. Is there any particular info you need to reconsider? |
I second that. This small feature will help with multiple non native docker backends. With lima serving my docker instances I can't use testcontainers until this is implemented. |
Thanks all for the positive feedback in this PR. I think it's safe to merge it as is, and delegate the full podman compatibility to #414 @baez90 if you agree I'm merging this one after your 👍 |
Sure, makes sense I think and rebasing this should be straightforward |
Can I already use this feature? |
It's not released yet but you can use it if you update your dependency to latest |
No description provided.