-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support Windows #9
Comments
I am currently working on a setup with Windows 10 (with MINGW shell) and got the following issue: |
We have never tried that on windows. can you check the logs from the running docker containers? |
Alas, there are no logs that have been created since the Docker Container wasn't started properly. The issue is that Docker in Windows 10 environment requires Hyper-V, but after activating Hyper-V VirtualBox is not long working on Windows 10. Which causes the script for Docker Machine VirtualBox setup to fail: the computer suddenly powers off and restarts during execution of the shell scripts. |
Currently, the project has only been tested on Linux and OSX. It should also work on Windows. Once anyone has an access to a Windows machine, it would be great to give it a try.
The text was updated successfully, but these errors were encountered: