rancher/os-vagrant

Name: os-vagrant

Owner: Rancher

Description: null

Created: 2015-02-22 03:48:34.0

Updated: 2018-05-17 01:59:18.0

Pushed: 2017-03-02 03:17:45.0

Homepage: null

Size: 19

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The vagrant file will no longer be supported. We're no longer supporting our vagrant repo and have moved to supporting docker-machine to start up RancherOS.

Learn how easy it is to use RancherOS with docker-machine.

RancherOS Vagrant

Quickly checkout RancherOS using Vagrant/Virtualbox.

Getting started

1.) Install dependencies

2.) Clone this project

clone https://github.com/rancher/os-vagrant.git
s-vagrant

3.) Up and Running

ant up
ant ssh

Start running Docker like you usually would!

Enable Rsync folder sync

If you want to sync the current working directory via rsync edit the Vagrantfile and change this line:

$rsync_folder_disabled = true

to

$rsync_folder_disabled = false
Upgrading RancherOS Versions

To upgrade the Vagrant box, refresh this repository from master.

ant destroy
ant box remove rancheros
ant up
Customizing and configuring

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

License

Copyright (c) 2014-2015 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.