hello I did reply over the vagrant mailing list.
So basically i said that not much has changed, but not you can build from an existing vagrant box if that helps https://packer.io/docs/builders/vagrant.html there is also an example there alvaro On Fri, Apr 12, 2019 at 11:31 PM Jason Hsu <[email protected]> wrote: > I used to use Vagrant but switched to Docker. Now I'm interested in > revisiting Vagrant for working on Ruby on Rails apps that I haven't been > able to get working in a Docker environment. One of them is the > rubygems.org site (https://github.com/rubygems/rubygems.org), where I've > been unable to get ElasticSearch to work properly. (The official way is to > run ElasticSearch through a Docker container. This requires running Rails > in the host OS, because I am unable to run a Docker container within a > Docker container.) Another project I need Vagrant for is HoundCI ( > https://github.com/houndci/hound), where browser tests fail, and everyone > on the project relies on Ruby on Rails in the host OS. > > I've been so spoiled in the Docker world. One of my favorite features is > the automated builds of Docker Cloud (previously known as Docker Hub). I > connect a Docker image to a GitHub or BitBucket repository, and Docker > Cloud's automated build feature creates my Docker image for me. This frees > up my local machine AND bypasses the need to upload the Docker image. > > Does the Vagrant world have anything like this? When I was relying on > Vagrant in the past, I used Packer to build my Vagrant boxes locally, and > then I had to upload the image. This was a long process. > > -- > 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/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" 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/packer-tool/99c44ef9-da91-407f-bb32-72ad47e93e2a%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/99c44ef9-da91-407f-bb32-72ad47e93e2a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" 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/packer-tool/CAHqq0ex94CJqjrDCjO_df3hiXi4eK1v_RfPBpArjLzFSo18Ybg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
