Skip to content

Raspberry Pi and Apple Silicon (arm arm64 m1 m2 m3)

mrlt8 edited this page Dec 5, 2023 · 2 revisions

Important

You will need to update to v2.6.x or newer to run the 64-bit version of the bridge on arm64.

The default docker-compose.yml will pull a multi-arch image that has support for both amr32v7 and arm64v8, and no changes are required to run the container as is.

Troubleshooting

veth errors on ubuntu 21.10

If you're having trouble starting docker on a raspberry pi running ubuntu 21.10, you may need to run:

sudo apt install linux-modules-extra-raspi

libseccomp2

arm/arm64 users on 32-bit Debian-based distros may experience errors such as can't initialize time which can be resolved by updating libseccomp2:

apt-get -y install libseccomp2/unstable

or

wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb
sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb