This is an old revision of the document!
Following are notes on creating a container as test driver for Congress. This is based upon an Ubuntu host as installed by JOID.
sudo lxc-create -n trusty-copper -t /usr/share/lxc/templates/lxc-ubuntu -- -b ubuntu ~/opnfv sudo lxc-start -n trusty-copper -d sudo lxc-info --name trusty-copper Name: trusty-copper State: RUNNING PID: 4563 IP: 10.0.3.44 CPU use: 28.77 seconds BlkIO use: 522.79 MiB Memory use: 559.75 MiB KMem use: 0 bytes Link: vethDMFOAN TX bytes: 2.62 MiB RX bytes: 88.48 MiB Total bytes: 91.10 MiB
ssh ubuntu@10.0.3.44 sudo apt-get update sudo apt-get upgrade -y sudo apt-get install git gcc python-pip python-dev libxml2 libxslt1-dev libzip-dev lamp-server^ php5-curl -y mkdir ~/git cd git