This docker images is as close as the official Dockerfile, but with support for raspberry pi 2
1.7K
This docker images is as close as the official Dockerfile, but with support for raspberry pi 2 (and other arm32v7 boards). It has disabled PHANTOMJS simply because support requires some work, and I did not need it for my particular home-assistant setup. Let me know if you want/can add support and what features are unavailable without PHANTOMJS.
Github: https://github.com/Gronis/home-assistant/tree/armv7
Right now, I build this manually at home on my raspberry pi 2, which takes 4+ hours, do don't expect me to keep up the fast release schedule of home-assistant.
Here is a docker-compose template I use for my home-assistant setup:
version: "3"
services:
hass:
hostname: hass
image: gronis/home-assistant-docker-arm32v7:latest
volumes:
- /data/hass:/config
- /etc/localtime:/etc/localtime:ro
network_mode: host
ports:
- 80:8123
TODO:
Content type
Image
Digest
Size
452.4 MB
Last updated
almost 9 years ago
docker pull gronis/home-assistant-docker-arm32v7