操作系统:Windows 10
Docker镜像:服务器:Docker Desktop 4.31.1,版本:26.1.4;
容器未启动。出现错误:
Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory.
计算机日志上启用了虚拟化。
docker run -d -p 6080:6080 -e EMULATOR_DEVICE="Samsung Galaxy S10" -e WEB_VNC=true --device /dev/kvm --name android-container budtmo/docker-android:emulator_11.0
docker: Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory.
Docker Desktop 中的虚拟化无法在 Windows 上运行,只能在 Linux 上运行。
如果去掉KVM,它会运行得很慢。