Skip to content

Instantly share code, notes, and snippets.

@jdcaballerov
Created December 20, 2016 16:25
Show Gist options
  • Save jdcaballerov/f0bd932311f9cb28ac1d6626a6f77933 to your computer and use it in GitHub Desktop.
Save jdcaballerov/f0bd932311f9cb28ac1d6626a6f77933 to your computer and use it in GitHub Desktop.
Ngrok to local docker
For ease of use add an alias to /etc/hosts
$ cat /private/etc/hosts
192.168.99.103 grok
ngrok http grok:8000
or
ngrok http 192.168.99.103:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment