This project provides LinuxContainers(lxc) on a vagrant VM on a host
To provides LinuxContainers(lxc) on a vagrant VM on a host with Cent OS.
- On Mac(or Windows), it is difficult to use network tools in from linux.
- For example, iptables, openvswitch.
- I usually use Cent OS, but lxc infomation usually for Ubuntu.
LinuxContainers(lxc) on a vagrant VM on a host with Cent OS.
- VirtualBox installed(upper 4.2.16)
- vagrant installed(uppper 1.2.0)
- clone git repo
%git clone https://github.com/otahi/vagrant-centos-lxc.git
- vagrant up
%vagrant up
- wait
- login to vagrant VM
%vagrant ssh
- login to lxc VMs
%ssh vm1
%ssh vm2