From 22eaa159a22c6dc47ab33a963e6bc3b314f04589 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Tue, 11 Nov 2014 01:09:12 -0700 Subject: [PATCH] Move vagrant section --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8380aae685b..09315b8522a 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,6 @@ Rancher is deployed as a set of Docker containers. Running Rancher is a simple The UI/API is available on the exposed port 8080. -### Vagrant - -If you want to use Vagrant to run this on your laptop just clone the repo and to do `vagrant up` and then access port 8080 for the UI. - ## UI The UI is available by accessing the base HTTP URL of the management server. For example, http://server:8080 @@ -42,6 +38,10 @@ The API is available by accessing the `/v1` HTTP path of the management server. Rancher has its own API for infrastructure management tasks. For Docker related operations, the intention is to support the Docker CLI. That work is currently in progress. +### Vagrant + +If you want to use Vagrant to run this on your laptop just clone the repo and to do `vagrant up` and then access port 8080 for the UI. + ## Status We've just recently kicked off this project. Currently Rancher.io is able to provide a basic implementation of overlay networking and cross server Docker links. A lot of work has been done to put in a solid orchestration platform to control all the functionality we wish to do. Now that that framework is in place expect this project to produce a high amount of features over the next six months.