-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create fails on Windows #137
Comments
I am also getting this same error trying to use dokken driver on Windows 10. Has anyone come up with a resolution? Thanks! |
I've found the same problem. I commented out this line of code and then it began to work. However, I'm not sure on the impact to the rest of how |
Same issue with commented out line , |
Anyone already able to resolve this, the line already commented in my version but same issue. Windows 10, Docker for Windows |
I am getting the same error with my Windows 10 instance. My HOME directory was set to my user folder (which is redirected to a file share) so I changed my $env:HOME = "C:\temp" and 'kitchen create' was then successful. I never saw the .dokken folder get created on my user share, but did immediately when I changed the environment variable. This is just a temporary workaround and maybe this will provide some useful data for the maintainers. |
#183 $env:DOCKER_HOST='tcp://127.0.0.1:2375' |
I had to use both
plus I had to move my repo to from One-Drive (spaces and other issues) |
Environment
Repro steps
Output
If my .kitchen.yml is missing something, please let me know! This prevents some Learn Chef modules from working on Windows, so we'd love a fix. Thanks!
The text was updated successfully, but these errors were encountered: