Sign inSign up

m2i3/ngrok

By m2i3

Updated over 8 years ago

NGROK 2.0

Image
1

1.5K

m2i3/ngrok repository overview

ngrok for Docker

Heavily leveraged fnichol/ngrok, but made some changes to the Dockerfile including using the ADD to get the zip rather than installing and running curl. Also leveraging the official busybox ubuntu 14.04 image. Changed from an ENTRYPOINT to a CMD to force use of environemental variables and removed the EXPOSE 4040.

Example usage: docker run --rm --name ngrok -e "HTTP_PORT=8080" centurylink/ngrok

Environment variables:

  • HTTP_PORT

View the docker logs for the running container to see the URL to use to access.

Detailed instructions here.

Tag summary

Content type

Image

Digest

sha256:245d4185c

Size

12.8 MB

Last updated

over 8 years ago

docker pull m2i3/ngrok