Update base quantal64 box references
This commit is contained in:
parent
14bde8c1bd
commit
d9df348500
3 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ Vagrant.require_plugin 'vagrant-lxc'
|
||||||
|
|
||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
config.vm.box = "lxc-quantal64"
|
config.vm.box = "lxc-quantal64"
|
||||||
config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-10.box'
|
config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-26.box'
|
||||||
|
|
||||||
# Share an additional folder to the guest Container. The first argument
|
# Share an additional folder to the guest Container. The first argument
|
||||||
# is the path on the host to the actual folder. The second argument is
|
# is the path on the host to the actual folder. The second argument is
|
||||||
|
|
|
@ -50,7 +50,7 @@ Vagrant.configure("2") do |config|
|
||||||
|
|
||||||
config.vm.define :lxc do |lxc_config|
|
config.vm.define :lxc do |lxc_config|
|
||||||
lxc_config.vm.hostname = 'lxc-dev-box'
|
lxc_config.vm.hostname = 'lxc-dev-box'
|
||||||
lxc_config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-10.box'
|
lxc_config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-26.box'
|
||||||
|
|
||||||
lxc_config.vm.provider :lxc do |lxc|
|
lxc_config.vm.provider :lxc do |lxc|
|
||||||
# Required to boot nested containers
|
# Required to boot nested containers
|
||||||
|
|
2
example/Vagrantfile
vendored
2
example/Vagrantfile
vendored
|
@ -15,7 +15,7 @@ Vagrant.require_plugin 'vagrant-lxc'
|
||||||
|
|
||||||
Vagrant.configure("2") do |config|
|
Vagrant.configure("2") do |config|
|
||||||
config.vm.box = "quantal64"
|
config.vm.box = "quantal64"
|
||||||
config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-10.box'
|
config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-26.box'
|
||||||
config.vm.hostname = 'lxc-quantal64'
|
config.vm.hostname = 'lxc-quantal64'
|
||||||
|
|
||||||
config.vm.synced_folder "/tmp", "/vagrant_data"
|
config.vm.synced_folder "/tmp", "/vagrant_data"
|
||||||
|
|
Loading…
Reference in a new issue