Skip to content

Ngrok for Raspberry Pi inside Docker container

Notifications You must be signed in to change notification settings

CaseyRo/rpi-docker-ngrok

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGROK for Raspberry PI

Docker Stars Docker Pulls Docker Cloud Automated build Docker Cloud Build Status

Decided to take this project and do a bit more with this.

  • Build the dockerfile based on Debian this time
  • It will always take the most recent version of NGRok for linux (pi in this case)
  • Pushed it to docker hub for general use. this was tested on a RPi4 with 2 GB on Docker

Getting started

  1. Make sure you create a config, example has been added to /config/ngrok.yml.example
  2. Start the docker with the docker compose available docker-compose up -d or docker run keesromkes/rpi-ngrok:latest
  3. Access the 'inspect mode' through port 4040 on your (local?) running pi.

I didn't do any crazy stuff or made it extra sexy, it just uses your config file to setup your tunnels. You can read NGROK's documentation about that here.

Original comes from Zaporylie (THANKS!)

About

Ngrok for Raspberry Pi inside Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%