From c75b0cb0d2daf60c625a8596d7422140e9407c8f Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Fri, 8 Jan 2016 15:27:22 -0700 Subject: [PATCH] Update README.md Add information on new LXC environment (in `lxc` folder) to the repository's README.md file. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 649a350..7a68353 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ This repository contains a variety of files and tools for learning new technolog **etcd-2.0**: Use the `Vagrantfile` and other files in this directory to turn up an etcd 2.0.9 cluster running on Ubuntu 14.04. +**lxc**: This folder holds a `Vagrantfile` and supporting files to create an environment for working with LXC (pronounced "lex-see"). LXC is a set of tools for working with OS containers. + **lxd**: In this folder you'll find a `Vagrantfile`, instructions, and other files to help work with LXD (pronounced "lex-dee"), a new daemon and CLI for working with LXC-based OS containers. **lxd-ovs**: Use the `Vagrantfile` and other files in this directory to work with LXD and Open vSwitch (OVS) 2.3.1 on Ubuntu 14.04. Use the instructions from the `lxd` directory to set up containers and container images.