I recently switched from running openHAB natively on a RP1 to running it inside a docker container on a RP2 (which I’m very happy with!)
On the hardware wiki, it says:
- The Apache Fileinstall Bundle is used to continuously check the $OPENHAB_HOME/addons folder in openHAB
- The bundle writes nearly continously to /tmp/fileinstall-…
- When uncommenting/setting RAMTMP=yes in /etc/default/tmpfs these I/O operations will be RAM access rather than slow SD card I/O
If I’m running inside a Docker container, does that mean I’d want to change that file -inside- the container, on the rasbpi itself, or both?