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.