mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-31 15:49:46 +08:00
Update docker_custom.md
This commit is contained in:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user