S2.08. Alpine Linux LXC Ultra-Lightweight Template
Alpine Linux Ultra-lightweight LXC container template, smaller and faster, can also set up container services https://www.alpinelinux.org/ Creating CT, select Alpine’s CT template Enter LXC and set up # Change source, I personally choose Nanjing University, feel free to choose mkdir -p /home/Update cd /home/Update apk add bash wget https://linuxmirrors.cn/main.sh chmod +x main.sh bash main.sh # … Read more