Docker Image to run ngrok server and generate ngrok server and client
1.2K
Docker image to run ngrok server and generate client
make build
NGROK_DOMAIN=your.domain.com make start
NGROK_DOMAIN must be set to the value of your ngrok server domain name.
The volumes are properly configured to allow you to stop/remove the container and start it again... it will work with previously set certificates.
$ cat ~/.ngrok
server_addr: your.domain.com:4443
trust_host_root_certs: false
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.
Content type
Image
Digest
Size
185.6 MB
Last updated
over 10 years ago
docker pull ypereirareis/ngrok