From 3631f2fa2ec22919dc4354306666f5afaf90ed02 Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Mon, 14 Nov 2016 13:58:32 -0300 Subject: [PATCH] Add ngrok instructions. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9d267e7..901a755 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,10 @@ Notes: * If you want to override the DIND version or image then set the environmental variable i.e. `DIND_IMAGE=docker:dind` + +## FAQ + +### How can I connect to a published port from the outside world? + +We're planning to setup a reverse proxy that handles redirection automatically, in the mean time you can use [ngrok](https://ngrok.com) within PWD running `docker run -d --net=host fnichol/ngrok "-log-level debug 127.0.0.1:"` where `""` is the published service port. After that check the created container logs to look for the *.ngrok.io URL so it can be used in the browser and that's it. +