#### 1. Containernet
* `cd`
-* `git clone https://github.com/mpeuster/containernet.git`
+* `git clone https://github.com/containernet/containernet.git`
* `cd ~/containernet/ansible`
* `sudo ansible-playbook install.yml`
* Wait (and have a coffee) ...
sudo apt-get install -y git ansible aptitude
sudo echo "localhost ansible_connection=local" >> /etc/ansible/hosts
# install containernet
- git clone https://github.com/mpeuster/containernet.git
+ git clone https://github.com/containernet/containernet.git
echo "Installing containernet (will take some time ~30 minutes) ..."
cd /home/vagrant/containernet/ansible
sudo ansible-playbook install.yml