Browse Source

fix usage of privileged

master
Georg Hopp 9 years ago
parent
commit
be4c5c0c15
  1. 2
      README.md

2
README.md

@ -42,7 +42,7 @@ Currently the provider knows only one config option.
```ruby
Vagrant.configure("2") do |config|
config.vm.provider :lxd do |lxd|
lxd.privileged = true
lxd.privileged
end
end
```

Loading…
Cancel
Save