问题描述
目前,Docker在我的Windows 10(最新版本)副本中无法正常工作,但现在没有问题.我只想强制Kitematic默认使用VIRTUALBOX.有什么办法吗?
At this moment Docker is not work properly for my copy of Windows 10 (latest version), but It's not problem right now. I just want to force Kitematic to USE VIRTUALBOX as default. Is there any way to do that?
推荐答案
使用procmon,我能够找到Kitematic使用的设置文件夹:C:\Users\<username>\AppData\Roaming\Kinematic\
.删除该文件夹并重新启动Kitematic对我有用.
Using procmon I was able to find the settings folder used by Kitematic: C:\Users\<username>\AppData\Roaming\Kinematic\
. Deleting this folder and restarting Kitematic worked for me.
您可能还希望在C:\Users\<username>\AppData\Roaming\Docker\settings.json
处编辑Docker设置,并根据需要设置UseWindowsContainers
.
You may also want to edit the Docker settings at C:\Users\<username>\AppData\Roaming\Docker\settings.json
, and set UseWindowsContainers
as appropriate.
希望这会有所帮助!
这篇关于Kitematic-强制使用Virtualbox的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!