EVOk API in docker
-
Hi all,
has anyone successfully run EVOK API in docker container?
Will there be any official support to run EVOK API in docker?
BR
-
Hello @lukec,
Docker is meant to be a platform for running HW independent SW. The Evok depends on the UniPi ModbusTCP server, which depends on the kernel module, so it is pretty much down to the hardware kind of application (heavy SPI and I2C communication). You can "enclose" your application with certain Evok version and configuration into Docker container, but it will still require manual work on the Docker host to make it transportable accross different UniPi controllers.Martin