Raspberry Pi 2 Model B
Notable specs
- ARMv7 32-bit architecture
- 1GB RAM
- USB 2.0
- 100mbps Ethernet
- No Wi-Fi
- No Bluetooth
Full specs on manufacturer's website.
Model comparison on Wikipedia.
Supported Raspbian releases
- 11 Bullseye is the last 100% supported release
- 12 Bookworm support is partial due to Wayland requiring Pi 3 or newer
docker-compose
docker-compose version included in Raspbian 11 Bullseye is outdated, but will run most modern configurations if you add the following line to docker-compose.yaml
file:
yaml
version: "3"
For some reason, having this property in a yaml file will raise a warning in newer versions of docker-compose.