mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-16 11:17:06 +02:00
6 lines
555 B
Markdown
Executable File
6 lines
555 B
Markdown
Executable File
### Running on ARM (Raspberry PI)
|
|
Since the Raspberry PI runs on an ARM architecture instead of x64, the existing x64 images will not
|
|
work properly. There are 2 additional Dockerfiles created. The Dockerfiles supported by the Raspberry PI are Dockerfile.armhf -- there is
|
|
also an example docker-compose-armhf file that shows how you might use Transmission/OpenVPN and the
|
|
corresponding nginx reverse proxy on an RPI machine.
|
|
You can use the `latest-armhf` tag for each images (see docker-compose-armhf.yml) or build your own images using Dockerfile.armhf. |