Archived in favor of other tools.
NGROK image based on Alpine Linux.
Run and explore another container, your web server, or network IP on IP or port:
docker run -it -p 4040:4040 -e ARGS="http 172.53.0.6:80" --name ngrok akhomy/alpine-ngrok
Visit localhost:4040 or IP where is container with port 4040 for checking running tunnels.
For more options in ARGS
see NGROK official docs
Variable | Default Value | Description |
---|---|---|
ARGS | $ARGS variable in the command ngrok $ARGS |
See Docker Compose LAMP.