A vagrant environment for making a rancher swarm
Go to file
Bill Maxwell 3d71d1cba2 updated README 2015-02-24 16:04:22 -07:00
.gitignore Initial commit 2015-02-21 20:49:04 -07:00
README.md updated README 2015-02-24 16:04:22 -07:00
Vagrantfile removing debug gui 2015-02-24 14:51:46 -07:00

README.md

RancherOS Vagrant

Quickly checkout RancherOS using Vagrant/Virtualbox.

Getting started

1.) Install dependencies

  • Virtualbox (Tested with 4.3.22)
  • Vagrant (Tested with 1.7.2)

2.) Clone this project

git clone https://github.com/rancherio/os-vagrant.git
cd os-vagrant

3.) Up and Running

vagrant up
vagrant ssh

Start running Docker like you usually would!

Customizing and configuring

To get a feel for how things work under the hood checkout the RancherOS Repo for details.