hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.19k stars 4.43k forks source link

Support launching Linux containers (LXC) #348

Closed hedgehog closed 12 years ago

hedgehog commented 13 years ago

Albeit Linux specific, it would be usefult to be able to launch VM's that are LXC.

libvirt seems to have some support, so not sure what the Vagrant burden would look like in brining this to fruition.

fgrehm commented 11 years ago

@LeonB cool :) just keep in mind that port forwarding is not working yet, right now I'm manually setting up rinetd to handle that. I've read that we could just use iptables but I wasn't able to get it working

LeonB commented 11 years ago

@fgrehm OK. If I get it working I'll take a stab at iptables myself. I did something like that for a lxc instance with apache once. I hope I remember how :)

How did you install Vagrant from github? Bundler/Gemfile?