Skip to content
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

make it runnable on Windows 10? #80

Open
k-vladislav opened this issue May 29, 2020 · 2 comments
Open

make it runnable on Windows 10? #80

k-vladislav opened this issue May 29, 2020 · 2 comments

Comments

@k-vladislav
Copy link

standard_init_linux.go:211: exec user process caused "no such file or directory"

@clennan
Copy link
Collaborator

clennan commented Jun 10, 2020

Sorry, difficult to debug Windows errors as I am using a Unix system. Are you using Docker for whatever you are trying to do?

@johnypark
Copy link

johnypark commented Jul 27, 2020

I made it work by using Windows Subsystem for Linux (WSL).

The latest version is WSL2, so you might need to update your windows (Windows 10, version 2004, Build 19041 or higher.)

Install ubuntu through microsoft store (I installed 18.04LTS).

Install docker desktop, and check a box for 'Use the WSL 2 based engine' in the settings.

At the windows powershell window, type 'wsl' to get to ubuntu system.

Everything should work as intended!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants