Skip to content

Commit

Permalink
Clarify tunnel command
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro authored Jun 2, 2017
1 parent e705ab0 commit 4489f47
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For example, you can run Jaeger all-in-one Docker image as descibed in the [docu
If you don't have it running locally, then tunnel to the correct host and port.

```
ssh -fN -L 16686:some-other-host:16686 16686
ssh -fN -L 16686:$BACKEND_HOST:$BACKEND_PORT $BACKEND_PORT
```

Start the development server with hot loading:
Expand Down Expand Up @@ -75,9 +75,6 @@ export REACT_APP_GA_ANALYTICS_ID = UA-*******-**
npm run build
```

[![Build Status](https://travis-ci.org/uber/jaeger-ui.svg?branch=master)](https://travis-ci.org/uber/jaeger-ui)


[doc-img]: https://readthedocs.org/projects/jaeger/badge/?version=latest
[doc]: http://jaeger.readthedocs.org/en/latest/
[ci-img]: https://travis-ci.org/uber/jaeger-ui.svg?branch=master
Expand Down

0 comments on commit 4489f47

Please sign in to comment.