-
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
Not able to run docker instance #2
Comments
Same for me. I'm running on Windows 10. |
I wasn't aware of docker on windows until now... I don't have windows so can't help with development but please feel free to submit a PR How does it work on windows? it runs linux kernel or tries to execute binaries on windows? |
Docker runs on a Linux kernel in Windows using Hyper-V. It "creates a Boot2Docker virtual machine locally on your Windows machine using Hyper-V". After looking into this issue more I don't think me running it on Windows is the cause, but I'm not certain. Regardless, I found a workaround is to add "-c" argument to bash like so: |
I am also seeing this issue. Using docker for mac |
Pushed new version, I hope it will work now. Sorry for inconvenience |
Fix confirmed - now works without the workaround. Thanks! |
I am getting the following error while running docker process.
/usr/bin/kt: /usr/bin/kt: cannot execute binary file
The text was updated successfully, but these errors were encountered: