Docker image for the MAX! Home Automation application by Dmitry A. Kazakov.
Wrapped in the docker-baseimage-gui from Jocelyn Le Sage.
Usage:
docker run --rm -p 5800:5800 -v /my/config/path:/config kwull/max-home-automation
You should be able to access the xterm GUI by opening in a web browser:
http://[HOST IP ADDR]:5800
You can optionally use port 5900 to access the application's GUI via the VNC protocol.
Check out the Environment Variables section from docker-baseimage-gui
to customize the behavior of the container and the application.