Skip to content

Instantly share code, notes, and snippets.

@marloncabrera
Created October 3, 2014 01:41
Show Gist options
  • Save marloncabrera/d64565de2197233987a9 to your computer and use it in GitHub Desktop.
Save marloncabrera/d64565de2197233987a9 to your computer and use it in GitHub Desktop.
LXC Containers Elementary Luna

Installation

sudo apt-get install lxc cgroup-lite redir

Using a separate filesystem for the container store
sudo mkdir /dados/lxclib /dados/lxccache
sudo rm -rf /var/lib/lxc /var/cache/lxc
sudo ln -s /dados/lxclib /var/lib/lxc
sudo ln -s /dados/lxccache /var/cache/lxc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment