Examples of creating a network of linux containers (network namespaces).
brew cask install virtualbox
brew cask install vagrant
vagrant plugin install vagrant-vbguest
sudo apt-get install virtualbox
sudo apt-get install vagrant
vagrant plugin install vagrant-vbguest
To bring up the VMs for all examples:
make vagrant-up
To check the status of the VMs for all examples:
make vagrant-status
To run the tests for all examples:
make test
To destroy the VMs for all of the examples:
make vagrant-destroy
https://blog.scottlowe.org/2013/09/04/introducing-linux-network-namespaces/
Kristen Jacobs, KubeCon North America: https://www.youtube.com/watch?v=6v_BDHIgOY8