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?
相关问题
- Docker task in Azure devops won't accept "$(pw
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
- What would prevent code running in a Docker contai
- How to reload apache in php-apache docker containe
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.You may also want to edit the Docker settings at
C:\Users\<username>\AppData\Roaming\Docker\settings.json
, and setUseWindowsContainers
as appropriate.Hope this helps!