Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.19 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.19 KB

MAX! Home Automation

Docker Automated build Build Status

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 rhopman/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.