Hi all, I am very new to vagrant, and have a couple of questions:
1. Is there a way to resume a failed provisioning? 2. Is there a way to "step through" a vagrantfile? For background: I am trying to use Vagrant for quick "one click" setup of a development infrastructure environment when new people join the team. We have an unfortunately complicated stack, and have previously been utilizing Docker and dockerfiles to keep everyone's development environments in sync. I am hoping to be able to utilize the work put into creating the dockerfiles with Vagrant, and to be able to have someone new just "vagrant up" and provision the full stack in Docker containers (this would lower the barriers to entry -- the new team member would not have to understand immediately how to set up the stack, install docker, how the various parts of the stack are related, etc. before being able to contribute some code to the web app on top of the stack) However, I am finding that troubleshooting failures during provision is slow and painful. Earlier today I found that a dockerfile no longer worked because of a remote file which moved, which was causing my provision to fail. Thanks, Kevin -- 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.
