Sign inSign up

flem/rpi-hubic

By flem

•Updated over 10 years ago

Docker image based on the official HubiC program

Image
0

280

flem/rpi-hubic repository overview

⁠HubiC

This Docker image aims to synchronize local datas to a HubiC⁠ data store. It is based on the official HubiC binaries.

A Dockerfile is also available for the Raspberry Pi (Automated builds fail since Docker Hub currently doesn't support ARM platforms). You can grab that image or build it yourself from Github.

⁠Usage

docker run -d \
           -v /etc/localtime:/etc/localtime:ro \
           -v /etc/timezone:/etc/timezone:ro \
           -v /path/to/datas:/hubiC
           -v /path/to/config:/root/.config/hubiC
           -e EMAIL=xxxxxxxx
           -e PASSWORD=xxxxxxxx
           flem/rpi-hubic

Tag summary

Content type

Image

Digest

Size

67.3 MB

Last updated

over 10 years ago

docker pull flem/rpi-hubic