Sign inSign up

michaelatdocker/fhem

By michaelatdocker

Updated about 8 years ago

Docker container for FHEM, based on Debian Jessie.

Image
4

50K+

michaelatdocker/fhem repository overview

Docker Container for FHEM

Docker image for FHEM based on Debian Jessie

Run Directly:

docker run -d \
           -p 8083:8083 \
           michaelatdocker/fhem

It is also possible to move the complete FHEM installation folder outside the container and mount it. This way it is straighforward to modify the config with an external editor.

docker run -d \
           -p 8083:8083 \
           -v /volume/with/fhem:/opt/fhem \
           michaelatdocker/fhem

When using the container with the external directory on a Synology Diskstation make sure the directory has read/write permission for everyone.

Tag summary

Content type

Image

Digest

sha256:f3ffeff7d

Size

204.6 MB

Last updated

about 8 years ago

docker pull michaelatdocker/fhem