Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Matyas committed Nov 3, 2014
1 parent 908fafd commit 3af30d7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ Once the container is pulled you are ready to start playing with Kylin. Use the
kylin-deploy-cluster 3
```

Once the container is up and running you can reach out to the Kylin UI. First you will need to find the IP address of the container (use `docker inspect -f '{{ .NetworkSettings.IPAddress }}' amb0 ) and go to: `http://<container_ip>:9080`.
Once the container is up and running you can reach out to the Kylin UI. First you will need to find the IP address of the container:
```
docker inspect -f '{{ .NetworkSettings.IPAddress }}' amb0 )
```

Once you know the IP address you can use the Kylin UI:

`http://<container_ip>:9080`.

0 comments on commit 3af30d7

Please sign in to comment.