Skip to content

Docker image that runs the Blynk server on Raspberry Pi

License

Notifications You must be signed in to change notification settings

gerisse/rpi-blynk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

rpi-blynk

Docker image that runs the Blynk server on Raspberry Pi. (tested successfully in hypriotOS)

How To Use It

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/

About

Docker image that runs the Blynk server on Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published