Skip to content

alexellis/ngrok

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ngrok

Alpine Docker image with ngrok, curl, openssl an unzip.

Expose Kubernetes service:

kubectl run -it --rm --restart=Never ngrok \
--image=stefanprodan/ngrok \
--image-pull-policy=Always \
-- http service.namespace:9898

Expose Docker Swarm service:

docker run -it --rm --name=ngrok \
--net=my_overlay_netowrk \
stefanprodan/ngrok \
http my_service:8080

About

ngrok docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published