Hi everyone, According to what I've read in the docs<http://docs.vagrantup.com/v2/docker/basics.html>, Vagrant will rebuild Docker image when running *vagrant reload*. I'm trying to use this functionality with phusion/baseimage, however when running the command I'm getting the following error<https://gist.github.com/m1keil/7e5cf11f192889ef7e07> .
I'm able to run *vagrant halt -f && vagrant up --provider=docker* but that doesn't rebuild the image <https://gist.github.com/m1keil/7e5cf11f192889ef7e07>. So my only workaround currently is to *vagrant destroy -f && vagrant up --provider=docker* which is pretty time consuming. Here are my configs (Vagrantfile, Dockerfile, boot2docker/Vagrantfile)<https://gist.github.com/m1keil/08fb62bdb7ae07902927> Is it a bug or me not understanding the docs? Thanks -- 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.
