Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.55 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.55 KB

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
  • Usage

!# --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"

Footnotes

  1. The pentium4 architecture is for 32-bit CPUs that support SSE2 and the only one we support (for now). See here for a comparison of architectures supported by upstream.