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

Using Docker without enable vt-x #643

Closed
KC2016 opened this issue Apr 23, 2020 · 2 comments
Closed

Using Docker without enable vt-x #643

KC2016 opened this issue Apr 23, 2020 · 2 comments

Comments

@KC2016
Copy link

KC2016 commented Apr 23, 2020

[Enter feedback here]
Can I use Docker in WSL without having vt-x enabled?
I need to work with Docker, but my machine is an Acer Aspire R14, that hides the vt-x from its BIOS. I am not able to enable this.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Copy link

Had similar issue, this worked for me. docker-machine create default --virtualbox-no-vtx-check

@TBBle
Copy link
Contributor

TBBle commented Jun 20, 2020

Without VT-x, you can't run Hyper-V, and hence won't be able to use WSL2, which is what Docker uses for its WSL2-based backend.

Edit: Whoops, I was thinking about the Docker Desktop WSL2 backend.

Perhaps you just want to run Docker on a Linux distro running in WSL? A random page I found searching Google suggests it will work, yes. There is a tracking bug for it, but it looks like recently it got mixed up with WSL2 support, which is a different question. Apparently only Docker 17.09 works in WSL1, later versions do not.

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

4 participants