This commit is contained in:
spiritlhl
2023-08-17 07:44:24 +00:00
parent 4ae55cda51
commit 7d2fe8fe27
5 changed files with 11 additions and 5 deletions

View File

@@ -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

View File

@@ -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!

View File

@@ -49,3 +49,7 @@ PVE项目可能造成宿主机出现问题如果你不会看Bug和修复系
[https://github.com/spiritLHLS/docker](https://github.com/spiritLHLS/docker)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FspiritLHLS%2Fdocker&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
<br/>
<br/>

View File

@@ -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浏览器的容器
- 已设置崩溃自启

View File

@@ -53,4 +53,4 @@ spiritlhl/pve:7_aarch64
开设出的面板实际是开设在容器内的但网络已使用host模式PVE的端口约等于就使用的宿主机的端口
有许多错误需要修复欢迎PR解决问题
有许多错误需要修复欢迎PR解决问题实测在Ubuntu系统的宿主机上安装```Proxmox VE```的面板成功,解决了通过网络安装```Proxmox VE```只能使用Debian系统做宿主机的问题