whats the os where you are running vagrant? if linux or mac, you can install docker binary and set the variables for remote docker.
but, if the host is not linux or mac, then the best will be run vagrant from the box over ssh as i see it, vagrant is meant primarily to be used on the local machine.. and some plugins allow remote boxes, but you want something different from what i see alvaro On Sun, Aug 17, 2014 at 1:39 PM, Erik Stephens <[email protected]> wrote: > I'm trying to understand if user error on my part or if I'm trying to get > Vagrant to do something it wasn't designed to do. I want to use an > existing machine (a managed physical machine in my case) as the host for > Vagrant machines that I want to bring up using the Docker provider. Does > anyone know if that is supported? > > I can go into more detail, but in short, what I'm seeing is that Vagrant > keeps wanting to try to create the host VM using VirtualBox even though > `vagrant status` shows the managed host as running. > > Thank you, > Erik > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
