-
Notifications
You must be signed in to change notification settings - Fork 0
Supported Platforms
Alexander Zinchenko edited this page Jun 22, 2026
·
1 revision
This image supports multiple CPU architectures. Docker will automatically pull the correct image for your platform.
| Architecture | Platform |
|---|---|
386 |
32-bit x86 |
amd64 |
64-bit x86 |
arm/v6 |
ARM v6 |
arm/v7 |
ARM v7 (Raspberry Pi 2/3) |
arm64 |
64-bit ARM (Raspberry Pi 4/5, Apple M1) |
ppc64le |
PowerPC 64-bit LE (IBM Power) |
s390x |
IBM System z |
riscv64 |
64-bit RISC-V |
When you run docker pull azinchen/nordvpn-wg, Docker automatically detects your system's architecture and pulls the appropriate image variant. No manual selection is required.
To check which architecture Docker is using:
docker image inspect azinchen/nordvpn-wg:latest --format '{{.Architecture}}'-
Raspberry Pi 2/3: Uses
arm/v7 -
Raspberry Pi 4/5: Uses
arm64(recommended) orarm/v7 -
Raspberry Pi Zero/1: Uses
arm/v6
For best performance on Raspberry Pi 4 and newer, ensure you're running a 64-bit OS to take advantage of the arm64 image.
Configuration
- Server Selection
- Server Groups
- IPv6 Configuration
- Automatic Reconnection
- Local Network Access
- VPN Gateway Mode
- Custom DNS
- Permissions
Security
Examples
Operations
Reference