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
When the host for the docker container isn't the same as the machine calling WithBindMount, paths don't get mapped directly.
I ran into this while trying to run our tests on github actions. Certain containers when using a bind mount need to set the permissions to make it accessible.
We should look into fixing these issues.
The text was updated successfully, but these errors were encountered:
There are several issues with
WithBindMount
that have been filed by users resulting in 2 themes:I ran into this while trying to run our tests on github actions. Certain containers when using a bind mount need to set the permissions to make it accessible.
We should look into fixing these issues.
The text was updated successfully, but these errors were encountered: