Vagrant use case is for this. Take a base box and create a VM used for development or prototyping. Dynamic allow have a big disk that uses little space, so will fit more use cases
The important is the code (your app) and not the vm. Vm are disponsable. If what you need is have a running VM, with a fixed size for performance, then perhaps Vagrant is not the tool you want, and maybe other solution is the best. You could create your own base box with packer, and give the size you require, from memory I am not sure you will be able to create a Vagrant box with fixed size. If you could explain your end to end workflow, maybe are other ways to solve that problem. Alvaro. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezXGuntXvP%2BE6cR4qgWWsXvUn%2BRJig4Gtrp_e_0nhqg%3DA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
