Update README.md

This commit is contained in:
Fabio Rehm 2015-01-14 21:46:18 -02:00
parent 3b45b92d1a
commit c9cd671a32

View file

@ -67,7 +67,7 @@ You can modify container configurations from within your Vagrantfile using the
```ruby
Vagrant.configure("2") do |config|
config.vm.box = "quantal64"
config.vm.box = "fgrehm/trusty64-lxc"
config.vm.provider :lxc do |lxc|
# Same effect as 'customize ["modifyvm", :id, "--memory", "1024"]' for VirtualBox
lxc.customize 'cgroup.memory.limit_in_bytes', '1024M'