Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
/ docker-ngrok Public archive

Deploy ngrok server and build client use docker

Notifications You must be signed in to change notification settings

hteen/docker-ngrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOCKER NGROK IMAGE

BUILD IMAGE

git clone https://github.com/hteen/docker-ngrok.git
cd docker-ngrok
docker build -t hteen/ngrok .

RUN

  • you must mount your folder (E.g /data/ngrok) to container /myfiles
  • if it is the first run, it will generate the binaries file and CA in your floder /data/ngrok
docker run -idt --name ngrok-server \
-v /data/ngrok:/myfiles \
-e DOMAIN='tunnel.hteen.cn' hteen/ngrok /bin/sh /server.sh

About

Deploy ngrok server and build client use docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages