Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
/ alpine-ngrok Public archive

Small Docker NGROK image based on Alpine Linux.

Notifications You must be signed in to change notification settings

akhomy/alpine-ngrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

Archived in favor of other tools.

NGROK image

NGROK image based on Alpine Linux.

How to run

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

Environment Variables

Variable Default Value Description
ARGS $ARGS variable in the command ngrok $ARGS

Full LAMP stack

See Docker Compose LAMP.

About

Small Docker NGROK image based on Alpine Linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published