README fix
This commit is contained in:
parent
b34dd7d8e7
commit
20a558097c
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -89,6 +89,12 @@ Vagrant.configure("2") do |config|
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
vagrant-lxc will then write out `lxc.cgroup.memory.limit_in_bytes='1024M'` to the
|
||||||
|
container config file (usually kept under `/var/lib/lxc/<container>/config`)
|
||||||
|
prior to starting it.
|
||||||
|
|
||||||
|
For other configuration options, please check the [lxc.conf manpages](http://manpages.ubuntu.com/manpages/quantal/man5/lxc.conf.5.html).
|
||||||
|
|
||||||
You also have some control over the container name. By default,
|
You also have some control over the container name. By default,
|
||||||
vagrant-lxc will attempt to generate a unique container name for you.
|
vagrant-lxc will attempt to generate a unique container name for you.
|
||||||
However, you may use the `container_name` attribute to explicitly set
|
However, you may use the `container_name` attribute to explicitly set
|
||||||
|
@ -120,12 +126,6 @@ Vagrant.configure("2") do |config|
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
vagrant-lxc will then write out `lxc.cgroup.memory.limit_in_bytes='1024M'` to the
|
|
||||||
container config file (usually kept under `/var/lib/lxc/<container>/config`)
|
|
||||||
prior to starting it.
|
|
||||||
|
|
||||||
For other configuration options, please check the [lxc.conf manpages](http://manpages.ubuntu.com/manpages/quantal/man5/lxc.conf.5.html).
|
|
||||||
|
|
||||||
### Avoiding `sudo` passwords
|
### Avoiding `sudo` passwords
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Reference in a new issue