16 lines
759 B
Markdown
16 lines
759 B
Markdown
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/ |