Skip to content

rechena/heatman-docker

Repository files navigation

Intro

This Dockerimage is to be run with the Heatman tool.

How to run:

Simple start

  • docker run --name heatman -d -p9292:9292 rechena/heatman

Start with local mount of config.yml file

  • docker run -p 9292:9292 -v "$PWD"/config:/usr/src/app/config --name heatman rechena/heatman

Access

http://container_ip:9292

Notes:

In order for this to work you need to have the .sh or .py scripts to control the devices.

About

Repo for the Docker files for Heatman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published