Archived
1
0

Add 'Proxmox-ARM_CT.md'

This commit is contained in:
2021-10-20 20:37:21 +00:00
parent 5558c725a1
commit 9d23aca38f

16
Proxmox-ARM_CT.md Normal file
View File

@@ -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/