Re: [vagrant-up] Multiple provisioners in a Vagrantfile with switch/case hack on ARGV[2] ?

2016-01-11 Thread Torben Knerr
Hi Ben, the basic mechanism is there, Vagrant should be smart enough about figuring out the best provider for every VM without needing to pass the "--provider" flag explictly: https://github.com/mitchellh/vagrant/issues/3812 As for the ARGV[2] parsing: the docker provider is a bit of a special ca

[vagrant-up] Re: Help with docker provider

2016-01-11 Thread Richard O'flynn
I can confirm that I was adding the vagrant user to the docker group but this did not solve the issue. Adding sticky bit to /usr/bin/docker fixed the issue. More details can be found at: http://stackoverflow.com/questions/34677042/vagrant-and-docker-provider Thanks to all who have offered suppo