-
Notifications
You must be signed in to change notification settings - Fork 52
lxc
jiangcuo edited this page Feb 4, 2024
·
2 revisions
do pveam update
to fresh lxc template,then you will see arm-lxc on proxmox webui
https://mirrors.apqa.cn/proxmox/lxc/
https://jenkins.linuxcontainers.org/view/LXC/job/image-{distribution}/
https://jenkins.linuxcontainers.org/view/LXC/job/image-debian/
https://jenkins.linuxcontainers.org/view/LXC/job/image-ubuntu/
https://jenkins.linuxcontainers.org/view/LXC/job/image-centos/
https://jenkins.linuxcontainers.org/view/LXC/job/image-rockylinux/
https://jenkins.linuxcontainers.org/view/LXC/job/image-alpine/
https://jenkins.linuxcontainers.org/view/LXC/job/image-gentoo/
https://jenkins.linuxcontainers.org/view/LXC/job/image-fedora/
https://jenkins.linuxcontainers.org/view/LXC/job/image-archlinux/
...
Download the rootfs.tar.xz and upload to proxmox ve vztmpl dir
wget -P /var/lib/vz/template/cache/ \
-o debian-arm64-bullseye.tar.xz \
https://mirrors.apqa.cn/proxmox/lxc/debian/debian-bullseye-20230903-arm64-rootfs.tar.xz
pct create 200 --rootfs local:10 \
--hostname debian-bullseye \
--password passwd \
local:vztmpl/debian-arm64-bullseye.tar.xz
start and connect
pct start 200 && pct console 200
Debian12 lxc-image using systemd-network, We need create by command first or don't create any nic when lxc setup .You can add a nic when create done.