centurylink/ngrok
A Docker image for ngrok, introspected tunnels to localhost.
10K+
Heavily leveraged from fnichol/ngrok - Thank You.
Changes to the Dockerfile include:
Example usage:
docker run --rm --name ngrok -e "HTTP_PORT=192.168.0.100:8080" centurylink/ngrok
Valid environmental variables are: HTTP_PORT
and HTTPS_PORT
View the docker logs for the running container to see the subdomain URL(ngrok.com) assigned to access.
Detailed ngrok instructions here.
docker pull centurylink/ngrok