Skip to content

mixslice/docker-ngrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngrok client and server container

Directories

Server

/ngrok
|- /bin
   |- ngrokd
|- /certs
   |- device.crt
   |- device.key

Client

/ngrok
|- /bin
   |- ngrok
|- /config
   |- ngrok.yml

Server Deployment

make kube_deploy

Client Getting Started

Create ngrok folder

mkdir -p ngrok && cd $_

Download essential files

curl -O -L https://raw.githubusercontent.com/mixslice/docker-ngrok/master/client/docker-compose.yml
curl -O -L https://raw.githubusercontent.com/mixslice/docker-ngrok/master/config/ngrok.yml

Then simply run

docker-compose up -d

About

ngrok server and client container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published