Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HyperV is not available on Home editions

Tags:

docker

windows

Just got message "HyperV is not available on Home editions" when installing Docker 1.12

As checking about Hyper-V, I wonder is it possible to install separate HyperV on Windows 10 Home and latest Docker to be able to use it.

As I understand "Docker for Windows" is now new recommended way to get started with Docker on Windows PC.

like image 683
Paul Verest Avatar asked Aug 15 '16 16:08

Paul Verest


2 Answers

If you're using Windows 10 Home and don't want to upgrade, you can use Docker Toolbox instead: https://www.docker.com/products/docker-toolbox

like image 64
friism Avatar answered Sep 18 '22 01:09

friism


The next version of Docker for Windows will run on WSL 2 and MS has made an exception for WSL 2, allowing it to use hyper-V even on Home editions of Windows 10.

This means that the answer will be Yes: you can use the full, normal version of Docker on Windows Home.

If you want to do so now you will need to install the WSL 2 preview (which requires an insiders edition of Windows) band then install the preview of the new Docker.

like image 36
Tom Avatar answered Sep 18 '22 01:09

Tom