Update docker_custom.md

This commit is contained in:
spiritlhl
2023-09-10 14:06:39 +08:00
committed by GitHub
parent 7d0f0076ff
commit dc2ec6afbf

View File

@@ -18,6 +18,16 @@ If the configured memory is not enough, then it's okay to make up for it with th
**Host machine should have a minimum configuration of 1 core, 2GB RAM, and 15GB storage, else starting the setup might lead to host machine freezing.**
**The host machine needs to support nested virtualization, If don't support it, you can try, but there is no guarantee that it will work 100% of the time.**
Command:
```shell
egrep -c '(vmx|svm)' /proc/cpuinfo
```
The result should be greater than or equal to 1 and cannot be 0.
Newer Android versions occupy more resources. The above configuration requirements are for the minimum version of Android. (Personally tested with the tag "12.0.0-latest", higher versions resulted in a blank screen. Test which version works for you.)
**Setup:**