Run home assistant on a Raspberry Pi 3 with Docker
- Have Raspbian installed on a Raspberry Pi 3
- Install docker and other dependancies:
curl -sSL https://get.docker.com | sh && sudo apt-get install -y python python-pip && sudo pip install docker-compose
sudo docker-compose up