Update README base box url
This commit is contained in:
parent
30ec42b36b
commit
fa49c75eb8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ and made it available from [`vagrant-lxc`](bin/vagrant-lxc). So after installing
|
|||
```ruby
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "lxc-quantal64"
|
||||
config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-08.box'
|
||||
config.vm.box_url = 'http://dl.dropbox.com/u/13510779/lxc-quantal64-2013-03-10.box'
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue