Skip to content

armhero/home-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home-Assistant

A Home-Assistant docker image for ARMv7 (like Raspberry Pi 2 and above).

WARNING: This is a docker image for the ARM platform, therefor it does only work on devices with ARM CPU.

## Volumes

  • /config: All configuration files of home-assistant.

## Usage

docker run -p 3128:3128 -v HAConfig:/config -d armhero/home-assistant

Wait a few seconds and you can access home-assistant on port 3128 on your machine.

### Using a database This image includes the mariadb client. You can start a armhero/mariadb container and link them together.