2021-07-21 08:33:23 -07:00
2021-06-18 09:04:53 -07:00
2021-06-14 12:48:42 -07:00
2021-07-12 08:15:08 -07:00
2021-07-21 08:33:23 -07:00
2021-07-12 08:15:08 -07:00
2021-07-12 08:15:08 -07:00
2021-06-08 10:41:30 -07:00
2021-06-14 12:48:42 -07:00
2021-07-21 08:33:23 -07:00

ngrok agent docker image

Introduction

This repository contains code related to building and releasing the ngrok docker image

Please visit ngrok's website for more information on what ngrok is.

The ngrok agent docs page has more information on how to use the ngrok agent.

Usage

Run an ngrok agent pointed at localhost:80

docker run --net=host -it ngrok/ngrok http 80

Access the web inspector on the host machine at localhost:3000

docker run -it --p 3000:4040 ngrok/ngrok http 80

Run the ngrok agent with auth token 'xyz'

docker run -it e NGROK_AUTHTOKEN=xyz ngrok/ngrok:alpine http 80

Run the ngrok agent with the config file './ngrok.yml' from the host machine

docker run -it -v $(pwd)/ngrok.yml:/etc/ngrok.yml -e NGROK_CONFIG=/etc/ngrok.yml ngrok/ngrok:alpine http 80

Tags

described here

S
Description
docker images for the ngrok agent
Readme MIT 238 KiB
Languages
Nix 89.4%
Shell 10.6%