Update README
This commit is contained in:
parent
1688a79efc
commit
127b23c66c
1 changed files with 2 additions and 2 deletions
|
@ -127,11 +127,11 @@ end
|
||||||
|
|
||||||
This plugin requires **a lot** of `sudo`ing since [user namespaces](https://wiki.ubuntu.com/UserNamespace)
|
This plugin requires **a lot** of `sudo`ing since [user namespaces](https://wiki.ubuntu.com/UserNamespace)
|
||||||
are not supported on mainstream kernels. To work around that, you can use the
|
are not supported on mainstream kernels. To work around that, you can use the
|
||||||
`vagrant lxc sudoers` command which will create a file under `/etc/sudoers.d/vagrant-lxc-<USER>`
|
`vagrant lxc sudoers` command which will create a file under `/etc/sudoers.d/vagrant-lxc-<VERSION>`
|
||||||
whitelisting all commands required by `vagrant-lxc` to run.
|
whitelisting all commands required by `vagrant-lxc` to run.
|
||||||
|
|
||||||
If you are interested on what will be generated by that command, please check
|
If you are interested on what will be generated by that command, please check
|
||||||
[this code](lib/vagrant-lxc/commands/sudoers.rb#L58-L81).
|
[this code](lib/vagrant-lxc/commands/sudoers.rb).
|
||||||
|
|
||||||
_vagrant-lxc < 1.0.0 users, please check this [Wiki page](https://github.com/fgrehm/vagrant-lxc/wiki/Avoiding-%27sudo%27-passwords)_
|
_vagrant-lxc < 1.0.0 users, please check this [Wiki page](https://github.com/fgrehm/vagrant-lxc/wiki/Avoiding-%27sudo%27-passwords)_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue