Update README.md

This commit is contained in:
Werner Beroux 2015-07-07 15:08:44 +02:00
parent 33f24110c5
commit df7bb61526
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ To see command-line options, run `docker run --rm wernight/ngrok --help`.
## Usage
Supposing you've an Apache or Nginx Docker container named `web_service_container` listening on port 80:
$ docker run --rm -it --link web_service_container wernight/ngrok ngrok http web_service_container:80
## Full example