Docker Container for FHEM House-Automation-System - Full install
10K+
This image is the second version build 1/2017 and is debian 8 (jessie) based, includes some stuff and has several perl modules installed. It should run out of the box.
If using host volumes (ie. /opt/fhem) initial data are exctracted from the installation but only if the host directory is empty.
Website: http://www.fhem.de
Fhem forum thread: https://forum.fhem.de/index.php/topic,51190.0.html
docker run -d --name fhem --cap-add SYS_ADMIN -p 7072:7072 -p 8083:8083 -p 8084:8084 -p 8085:8085 -p 2222:2222 -p 9001:9001 pipp37/fhem_jessie
If NFS mount fails run with --privileged switch.
docker run -d --name fhem --privileged -p 7072:7072 -p 8083:8083 -p 8084:8084 -p 8085:8085 -p 2222:2222 pipp37/fhem_jessie
docker run -d --name fhem --cap-add SYS_ADMIN -v /var/fhemdocker/fhem:/opt/fhem -p 7072:7072 -p 8083:8083 -p 8084:8084 -p 8085:8085 -p 2222:2222 -p 9001:9001 pipp37/fhem_jessie
Using usb needs to add the device to the run command. Check usb devices on the host with lsusb.
lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null
Add for example: --device=/dev/bus/usb/001/002 .
docker ps
docker exec -it ContainerID /bin/bash
supervisorctl stop fhem
supervisorctl start fhem
http://ipaddress:8083
http://ipaddress:9001
Content type
Image
Digest
Size
443.8 MB
Last updated
over 9 years ago
docker pull pipp37/fhem_jessie