From 20a558097c82cdf752a276936e3cb8615517c463 Mon Sep 17 00:00:00 2001 From: Michael Owings Date: Fri, 31 Jan 2014 11:50:14 -0600 Subject: [PATCH] README fix --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f679e06..0ed4cc6 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,12 @@ Vagrant.configure("2") do |config| 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//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, vagrant-lxc will attempt to generate a unique container name for you. However, you may use the `container_name` attribute to explicitly set @@ -120,12 +126,6 @@ Vagrant.configure("2") do |config| 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//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 This plugin requires **a lot** of `sudo`ing since [user namespaces](https://wiki.ubuntu.com/UserNamespace)