问题描述
我需要在装有Windows 10家庭版的PC上安装Docker.我读到我只能安装Docker Toolbox.有什么方法可以代替我的PC升级到Windows 10专业版而不使用最新的Docker版本?
I need to install Docker on my pc with Windows 10 home. I read that I can only install Docker Toolbox. Is there any way to have the latest Docker version instead without upgrading my pc to windows 10 pro?
谢谢
推荐答案
适用于Windows的Docker需要Hyper-V,而Hyper-V需要Windows 10 Pro(或Windows Server).因此,不行,如果不进行升级,您将无法运行Docker.
Docker for Windows requires Hyper-V, and Hyper-V requires Windows 10 Pro (or Windows Server). So no, you can't run Docker without upgrading.
https://docs.docker.com/docker-for-windows/install/
https://docs.microsoft.com/zh-CN/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v
Hyper-V角色不能安装在Windows 10 Home上.
The Hyper-V role cannot be installed on Windows 10 Home.
这篇关于是否可以在没有Windows 10专业版的情况下使用Docker?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!