From 9d23aca38f5486244427a4501fb0cd8dc2e41df2 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 20 Oct 2021 20:37:21 +0000 Subject: [PATCH] Add 'Proxmox-ARM_CT.md' --- Proxmox-ARM_CT.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Proxmox-ARM_CT.md diff --git a/Proxmox-ARM_CT.md b/Proxmox-ARM_CT.md new file mode 100644 index 0000000..2922831 --- /dev/null +++ b/Proxmox-ARM_CT.md @@ -0,0 +1,16 @@ +Install `qemu-user-static` on the proxmox host +Add an `armhf` or `arm64(aarch64)` image to the proxmox image store +Use this image to create a container + + +## Image links +Always download `rootfs.tar.xz` +(Distro releases current as of 20-10-2021) +### armhf +* Alpine https://uk.images.linuxcontainers.org/images/alpine/3.14/armhf/default/ +* Debian https://uk.images.linuxcontainers.org/images/debian/bullseye/armhf/default/ +* Ubuntu https://uk.images.linuxcontainers.org/images/ubuntu/focal/armhf/default/ +### arm64 +* Alpine https://uk.images.linuxcontainers.org/images/alpine/3.14/arm64/default/ +* Debian https://uk.images.linuxcontainers.org/images/debian/bullseye/arm64/default/ +* Ubuntu https://uk.images.linuxcontainers.org/images/ubuntu/focal/arm64/default/ \ No newline at end of file