Sign inSign up

ypereirareis/ngrok

By ypereirareis

•Updated over 10 years ago

Docker Image to run ngrok server and generate ngrok server and client

Image
0

1.2K

ypereirareis/ngrok repository overview

⁠Docker Ngrok

Docker image to run ngrok server and generate client

⁠Server side

⁠Build
make build
⁠Start
NGROK_DOMAIN=your.domain.com make start

NGROK_DOMAIN must be set to the value of your ngrok server domain name.

⁠Remove/restart

The volumes are properly configured to allow you to stop/remove the container and start it again... it will work with previously set certificates.

⁠Client side

⁠Configuration
$ cat ~/.ngrok 
server_addr: your.domain.com:4443
trust_host_root_certs: false
⁠Client binary

On the server, after run make start for the first time, you will find a file called ngrok in bin/ in the cloned project. Just deploy this binary on all your clients.

Tag summary

Content type

Image

Digest

Size

185.6 MB

Last updated

over 10 years ago

docker pull ypereirareis/ngrok