This Image is debian 8 (jessie) based, includes some stuff and has several perl modules installed. It should run out of the box.
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 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
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
http://ipaddress:8083
Content type
Image
Digest
Size
408 MB
Last updated
about 10 years ago
docker pull sevolino/fhem