问题描述
我已经为Windows安装了Docker(运行Windows 10).开箱即用,Docker不会在Hyper-V上安装映像,但是我能够使它正常工作.
I have installed Docker for Windows (running Windows 10). Out of the box, Docker would not install an image on Hyper-V but I was able to get it work.
编辑:我通过此屏幕上的链接获取了Kitematic:
Edit: I acquired Kitematic via the link from this screen:
点击下载后,我会通过http获得一个zip文件.
Upon clicking download, I get a zip file via http.
接下来,我将Kitematic zip内容复制到c:\ program files \ docker \ kitematic.当我从Docker菜单运行Kitematic时,出现错误:
Next, I copied Kitematic zip contents to c:\program files\docker\kitematic. When I run Kitematic from Docker menu, it gives me an error stating:
VirtualBox is not installed. Please install it via the Docker Toolbox.
我根本不想使用VirtualBox,因为我有其他使用Hyper-V的软件.
I don't want to use VirtualBox, if at all possible because I have other software that uses Hyper-V.
是否可以让Kitematic使用Hyper-V?
Is it possible to get Kitematic to use Hyper-V?
谢谢
推荐答案
您只需要删除%APPDATA%
(C:\ Users \ {User} \ AppData \ Roaming)中的 Kitematic 文件夹,然后再次运行Kitematic.
You only need to delete Kitematic folder in %APPDATA%
(C:\Users\{User}\AppData\Roaming) and run Kitematic again.
这篇关于如何在启用Hyper-V的情况下使用Kitematic?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!