nav_order | permalink |
---|---|
0 |
index.html |
This content is published automatically at http://oddbit.com/container-networking-slides/. You can find the sources on GitHub.
These are commands you should type in verbatim
This is an example shell session with command output
If you want to reproduce these demos, you will need:
- Libvirt
- Vagrant
- The Vagrant libvirt provider
- Ansible
If things are installed and configured correctly, you should be able to set up the demo environment by running:
vagrant up
You can then connect to the demo node by running:
vagrant ssh node1
vagrant ssh node2