我是Docker的新手。安装Docker Toolbox(OS:Windows 10)之后,我运行Docker Quickstart Terminal,并在控制台中看到以下内容:
Running pre-create checks... Error wirh pre-create check: "Hyper-V is installed. VirtualBox won't boot a 64bits VM when Hyper-V is activated. It it's installed but deactivated, you can use --virtualbox-no-vtx-check to try anyways" Look like something went wrong in step 'Checking if machine default exists'... Press any key to continue...
我做错什么了?系统和安装步骤的所有检查均从此处进行。
非常感谢您的帮助!
在Windows 10计算机上安装Docker Toolbox时遇到了相同的错误。
解:
打开控制面板->系统和安全性->程序(左面板)->打开或关闭Windows功能->选中Hyper-V框
从2017年的Win 10开始,如果您没有Hyper- V选项,则您的Windows操作系统不是企业版。而且,Docker在Intel处理器(不是AMD)上似乎工作得更好。
docker-compose up
如果您没有GitBash,请下载它。