Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/escalate/ha-bridge-raspberry-pi-docker
Automated build of ha-bridge Docker images for Raspberry Pi
https://github.com/escalate/ha-bridge-raspberry-pi-docker
automation docker ha-bridge home raspberry raspberry-pi raspberrypi
Last synced: 27 days ago
JSON representation
Automated build of ha-bridge Docker images for Raspberry Pi
- Host: GitHub
- URL: https://github.com/escalate/ha-bridge-raspberry-pi-docker
- Owner: escalate
- License: mit
- Created: 2018-01-24T10:53:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T18:58:40.000Z (11 months ago)
- Last Synced: 2024-01-14T04:58:27.499Z (11 months ago)
- Topics: automation, docker, ha-bridge, home, raspberry, raspberry-pi, raspberrypi
- Language: Makefile
- Homepage: https://github.com/bwssytems/ha-bridge
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Test](https://github.com/escalate/ha-bridge-raspberry-pi-docker/actions/workflows/test.yml/badge.svg?branch=master&event=push)](https://github.com/escalate/ha-bridge-raspberry-pi-docker/actions/workflows/test.yml)
# ha-bridge-raspberry-pi-docker
Automated build of ha-bridge Docker images specialized for Raspberry Pi devices.
## How to run container
The following example explains how to run the latest version of ha-bridge Docker container on Raspberry Pi 3.
```
docker run \
--name ha-bridge \
--rm \
--init \
--detach \
--net=host \
--volume=$PWD:/ha-bridge/data \
--volume=/etc/localtime:/etc/localtime:ro \
--volume=/etc/timezone:/etc/timezone:ro \
habridge/ha-bridge-raspberrypi3
```To set additional arguments for ha-bridge just write them as arguments for docker run command.
```
docker run \
--name ha-bridge \
--rm \
--init \
--detach \
--detach \
--net=host \
--volume=$PWD:/ha-bridge/data \
--volume=/etc/localtime:/etc/localtime:ro \
--volume=/etc/timezone:/etc/timezone:ro \
habridge/ha-bridge-raspberrypi3 \
-Dserver.port=8080 \
-Dsecurity.key=secret
```## Docker Hub Repos
* [habridge/ha-bridge-raspberry-pi](https://hub.docker.com/r/habridge/ha-bridge-raspberry-pi)
* [habridge/ha-bridge-raspberry-pi2](https://hub.docker.com/r/habridge/ha-bridge-raspberry-pi2)
* [habridge/ha-bridge-raspberrypi3](https://hub.docker.com/r/habridge/ha-bridge-raspberrypi3)## License
MIT