/usr/share/lxc/templates • Actual containers stored in /var/lib/lxc • lxcbr0 used to connect containers to the world • dnsmasq – lightweight dns and dhcp server /var/lib/misc/dnsmasq.leases • run-time info in /sys/fs/cgroup/container_name/*
foobar $ sudo lxc-start –n foobar foobar exists at /var/lib/lxc/foobar/ all the container-settings in /var/lib/lxc/foobar/config rootfs in /var/lib/lxc/foobar/rootfs
BTRFS, or even a Virtual Block Device (VBD) to run just as fast • Time to use that second partition $ sudo apt-get install –y btrfs-tools $ sudo parted /dev/sdx $ sudo mkfs.btrfs /dev/sdx1 $ sudo mount /dev/sdx1 /var/lib/lxc
• Create and converge multiple distro/recipe combinations in parallel • Be easy to script • support different backends (drivers) • create & spin up clusters of nodes in parallel* *Proposed addition by Chris Robert
• Create a centos container and converge it • Use docker instead of lxc-awesome-ephemeral • Figure out what AUFS and how to use it Chris Roberts will be in later for your consultation/harrassment