diff --git a/docs/en_US/guide/dashboard.md b/docs/en_US/guide/dashboard.md
index 064ee8f1af..85b5de12d6 100644
--- a/docs/en_US/guide/dashboard.md
+++ b/docs/en_US/guide/dashboard.md
@@ -26,7 +26,7 @@ Please make sure to keep the original formatting by enclosing the translation in
## Project Repository
-Welcome to Star and Fork
+Welcome Star and Fork, all resources are open source, no non-open source parts, reproduced as well as the use of please write on the source of this site, thank you!
### PVE
diff --git a/docs/en_US/guide/pve_custom.md b/docs/en_US/guide/pve_custom.md
index db66567c0a..c96f8b485a 100644
--- a/docs/en_US/guide/pve_custom.md
+++ b/docs/en_US/guide/pve_custom.md
@@ -53,4 +53,4 @@ spiritlhl/pve:7_aarch64
The web panel is actually opened in the container, but the network has used the host mode, the port of the PVE is about the same as the port of the host used
-There are a lot of bugs to be fixed, PR is welcome to solve problems
+There are many bugs need to be fixed, welcome to PR to solve the problem, the actual test on the Ubuntu system host machine to install ```Proxmox VE``` panel success, solved the problem of installing ```Proxmox VE``` over the network can only be used to use the Debian system as a host machine!
diff --git a/docs/guide/dashboard.md b/docs/guide/dashboard.md
index 402a4ee063..89fff6df6c 100644
--- a/docs/guide/dashboard.md
+++ b/docs/guide/dashboard.md
@@ -49,3 +49,7 @@ PVE项目可能造成宿主机出现问题,如果你不会看Bug和修复系
[https://github.com/spiritLHLS/docker](https://github.com/spiritLHLS/docker)
[](https://hits.seeyoufarm.com)
+
+
+
+
\ No newline at end of file
diff --git a/docs/guide/docker_custom.md b/docs/guide/docker_custom.md
index 20bc5efe5b..e6b06342c4 100644
--- a/docs/guide/docker_custom.md
+++ b/docs/guide/docker_custom.md
@@ -54,11 +54,11 @@ rm -rf /root/android_info
## 一键开设Windows系统的容器
-- 共享宿主机所有资源,基于docker所以只占用系统的大小,适合多开
+- 共享宿主机所有资源(CPU、内存、硬盘),基于docker所以只占用系统的大小,适合多开
- 共享IP,做了docker的NAT映射,可选择是否映射到外网或仅内网
- 设置的win系统默认最多占用为1核2G内存50G硬盘,实际占用看使用情况
- 无需iptables进行NAT映射,删除容器时自动删除了端口的映射,方便维护
-- 需要考虑宿主机是否支持嵌套虚拟化
+- 需要考虑宿主机是否支持嵌套虚拟化,暂时只支持X86_64架构的系统
**宿主机需要支持嵌套虚拟化,且暂时只支持X86_64架构的系统,手头没ARM机器编译对应的镜像**
@@ -133,6 +133,8 @@ docker rmi 镜像的ID
删除后可开设别的版本的windows容器
+(在宿主机上使用Docker安装Windows系统,好像绕过了某些商家不允许DD成Win系统的TOS限制)
+
## 一键开设Firefox浏览器的容器
- 已设置崩溃自启
diff --git a/docs/guide/pve_custom.md b/docs/guide/pve_custom.md
index fb5d63d5ae..e77c436cc3 100644
--- a/docs/guide/pve_custom.md
+++ b/docs/guide/pve_custom.md
@@ -53,4 +53,4 @@ spiritlhl/pve:7_aarch64
开设出的面板实际是开设在容器内的,但网络已使用host模式,PVE的端口约等于就使用的宿主机的端口
-有许多错误需要修复,欢迎PR解决问题
+有许多错误需要修复,欢迎PR解决问题,实测在Ubuntu系统的宿主机上安装```Proxmox VE```的面板成功,解决了通过网络安装```Proxmox VE```只能使用Debian系统做宿主机的问题