标签: LXC
LXC部署并使用
一.安装LXD
wget http://lxcdown.senkin.nl/script/install.sh
chmod 777 install.sh
bash install.sh
一.使用LXC
lxc launch images:debian/12 test1
lxc ……
PVE下的LXC开启TUN模块
解决方案
无特权容器
在宿主机(母鸡)中修改文件 /etc/pve/lxc/id.conf:
vim /etc/pve/lxc/id.conf
在末尾添加如下代码:
lxc.hook.autodev = sh -c "modpro……