From 3af30d7dd305a9b659a9f8b4fbcc11bcd6ff6773 Mon Sep 17 00:00:00 2001 From: Janos Matyas Date: Mon, 3 Nov 2014 11:01:50 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9086f58..47b746f 100644 --- a/README.md +++ b/README.md @@ -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://: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://:9080`.