Unofficial, automated Docker multi-platform images of Arch Linux for the following architectures:
Architecture | Docker Platform | Distribution |
---|---|---|
x86_64 | linux/amd64 |
Arch Linux |
aarch64 | linux/arm64 |
Arch Linux ARM |
armv7h | linux/arm/v7 |
Arch Linux ARM |
pentium41 | linux/386 |
Arch Linux 32 |
riscv64 | linux/riscv64 |
Arch Linux RISC-V |
powerpc64le | linux/ppc64le |
Arch POWER |
!# --privileged is DANGEROUS but often fixes lots of DNS & Internet Issues
!# --platform="${PLATFORM}" can be set to run other ArchLinux on Supported System (Requires QEMU)
## --platform="linux/arm64" --> Lets you test the aarch64 version of ArchLinux on x86_64 Host
!# --rm will delete the container upon exit
!# This will drop you in a bash shell
docker run --rm -it --privileged --net="host" "pkgforge/archlinux:latest"