-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
docker-env support for Windows paths in WSL shell #3248
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
PR's welcome! Here's the code: minikube/cmd/minikube/cmd/env.go Line 154 in 01f399b
|
@cryptable have you tried with latest version of minikube I believe it must have been fixed by the PR that added WSL support |
since latest version of minikube we disallow running the .exe binary in WSL, inside WLS plz use the Linux Binary |
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
Please provide the following details:
Environment: Windows 10 with Windows Subsystem for Linux (Ubuntu 16.04.4 LTS)
Minikube version (use
minikube version
): v0.30.0cat ~/.minikube/machines/minikube/config.json | grep DriverName
): hypervcat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): v0.30.0What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
see above
Output of
minikube logs
(if applicable):Not applicable
Anything else do we need to know:
Would be nice to have a command as follows:
Just and idea! So you can reuse your Linux development on Windows 10 with WSL and reuse it as a command:
Maybe you can detect if your under WSL on Windows 10
The text was updated successfully, but these errors were encountered: