-
Notifications
You must be signed in to change notification settings - Fork 78
Vagrant::LXC::Provider support #23
Comments
Hi! I'm not familiar with networking on LXC. Essentially we are running a tiny DNS proxy on the host, and redirecting DNS traffic from the guest through that proxy. So that's the broad strokes. We're currently using |
Regarding
But even on Parallels/VirtualBox VM-s I have always had this setting off as I don't need it, which seems to avoid above error message:
But, then running
It does not start it's daemon and does not list any dependent VM-s. I have very simple Vagrantfile with Gentoo Linux box: Vagrant.configure(2) do |config|
config.vm.box = "gentoo-box"
config.vm.hostname = "test1.vm"
config.landrush.enable
config.landrush.guest_redirect_dns = false
config.landrush.tld = 'vm'
end Versions:
Can I provide any more information or help to support LXC containers? |
I just want to bump this one ... Sorry I cannot provide additional information right now, but I'd really like to use this plugin with |
Any info on what is required to make this work? I'm available and highly interested :)
The text was updated successfully, but these errors were encountered: