Skip to content

Commit

Permalink
Move vagrant section
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Nov 11, 2014
1 parent 76c0f39 commit 22eaa15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 22eaa15

Please sign in to comment.