Docker image that runs the Blynk server on Raspberry Pi. (tested successfully in hypriotOS)
Build:
git clone https://github.com/gerisse/rpi-blynk.git
cd rpi-blynk
docker build -t rpi-blynk .
Launch the container:
docker run rpi-blynk
To forward IP ports from the host to the container, do this:
docker run -d -p 7443:7443 -p 8443:8443 -p 9443:9443 rpi-blynk
After few minutes, you can admin your Blynk server : connect you to
https://IP_of_your_Raspi:9443/admin
with this :
Admin login email : admin@blynk.cc / Admin password : admin
Docker image : https://hub.docker.com/r/gerisse/rpi-blynk/