From 0e795f77e9c301c6d432a22f9b31eb9bfc3a1232 Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Sat, 7 Mar 2015 01:12:15 -0700 Subject: [PATCH 1/2] Updated new version --- README.md | 12 ++++++++++++ Vagrantfile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96bb415..1b9ed31 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,18 @@ vagrant ssh Start running Docker like you usually would! +## Upgrading RancherOS Versions + +To upgrade the Vagrant box, refresh this repository from master. + +``` +vagrant destroy +vagrant box remove rancheros +vagrant up +``` + +// COMING SOON: OS Upgrades via rancher command. + ### Customizing and configuring diff --git a/Vagrantfile b/Vagrantfile index c35e939..90e8425 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,7 +7,7 @@ # you're doing. Vagrant.configure(2) do |config| config.vm.box = "rancheros" - config.vm.box_url = "http://cdn.rancher.io/vagrant/x86_64/prod/rancheros_virtualbox.box" + config.vm.box_url = "http://cdn.rancher.io/vagrant/x86_64/prod/rancheros_v0.1.2_virtualbox.box" config.ssh.username = "rancher" config.vm.provider "virtualbox" do |vb| From 35bc9a9fe8435ce3cb90f91aee0d3697e9afd924 Mon Sep 17 00:00:00 2001 From: Bill Maxwell Date: Sun, 8 Mar 2015 21:41:00 -0700 Subject: [PATCH 2/2] Updated readme. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1b9ed31..6120794 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ vagrant box remove rancheros vagrant up ``` -// COMING SOON: OS Upgrades via rancher command. - ### Customizing and configuring