环境要求:推荐为Ubuntu系统,Debian系统会出现zfs问题,只能使用手动事先安装zfs解决
一键安装lxd环境
下载文件
- curl -L <a href="https://raw.githubusercontent.com/spiritLHLS/lxc/main/lxdinstall.sh" target="_blank">https://raw.githubusercontent.co ... /main/lxdinstall.sh</a> -o lxdinstall.sh && chmod +x lxdinstall.sh
复制代码
设置母鸡内存虚拟化大小以及资源池硬盘大小
内存大小以MB计算 硬盘大小以GB计算
屏蔽容易被滥用的端口的出入流量以屏蔽端口和屏蔽滥用工具包
- curl -L <a href="https://github.com/spiritLHLS/lxc/raw/main/rules.sh" target="_blank">https://github.com/spiritLHLS/lxc/raw/main/rules.sh</a> -o rules.sh && chmod +x rules.sh && bash rules.sh
复制代码
一键安装开lxd母鸡所需要的带vnstat环境的常用预配置环境(非必须,该脚本仅仅是为了站点对接监控方便,不装也不是不行)
- curl -L <a href="https://raw.githubusercontent.com/spiritLHLS/lxc/main/backend.sh" target="_blank">https://raw.githubusercontent.com/spiritLHLS/lxc/main/backend.sh</a> -o backend.sh && chmod +x backend.sh && bash backend.sh
复制代码
|