-
Notifications
You must be signed in to change notification settings - Fork 45
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
Remove DOCKER_SHARED_VOLUME_WINDOWS Environmental Variable #517
Comments
@Michael7371 Can we close this issue if the fix is merged or is the plan to eventually remove the environment variable entirely? |
@paulbourelly999 This issue is for removing the variable entirely. I believe this variable was made when Docker for Windows lacked WSL support and required different path settings. |
Has this been done yet? @Michael7371 |
@dmccoystephenson No it has not. |
This issue has been resolved with #515 |
Types of Issue
Descriptive summary
Remove the environmental variable DOCKER_SHARED_VOLUME_WINDOWS as it no longer seems required for Windows users.
ODE version where this issue was discovered
1.4.0
Expected behavior
The volume attached to Kafka to be the same volume as the volume used for other services.
Actual behavior
Volume is different and throws errors if DOCKER_SHARED_VOLUME_WINDOWS is set to "c:".
Steps to reproduce the actual behavior
When set to "C:" a docker build fails to build when using WSL Ubuntu shell. If building using Powershell either "C:" or an empty field works.
Related work
#515
The text was updated successfully, but these errors were encountered: