Windows – HyperV is not available on Home editions

dockerwindows

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.

Best Answer

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

Related Topic