Re: [vagrant-up] Specify Static IP for Docker Container?

2014-10-10 Thread Torben Knerr
Hi Jamie, Am 09.10.2014 17:25 schrieb "Jamie Jackson" : > > Thanks, Torben, > > First impressions, below... > > Thanks for the links, > > Jamie > > On Thu, Oct 9, 2014 at 1:14 AM, Torben Knerr wrote: >> >> Hi Jamie, >> >> sounds familiar. >> >> You might also be interested in: >> >> https://githu

Re: [vagrant-up] Specify Static IP for Docker Container?

2014-10-09 Thread Alvaro Miranda Aguilera
Hello, More than welcome to shoot questions, so feel free to send as many as you have. Let me ask to remove vagrant, virtualbox, and docker from the picture. What I undestand is you want a DEV environment. For that, Vagrant fits the bill. If you create 1 Vagrantfile project with 1 VM, that pro

Re: [vagrant-up] Specify Static IP for Docker Container?

2014-10-09 Thread Jamie Jackson
Thanks, Torben, First impressions, below... Thanks for the links, Jamie On Thu, Oct 9, 2014 at 1:14 AM, Torben Knerr wrote: > Hi Jamie, > > sounds familiar. > > You might also be interested in: > > https://github.com/fgrehm/vagrant-lxc which is conceptually more similar > to your original app

Re: [vagrant-up] Specify Static IP for Docker Container?

2014-10-08 Thread Torben Knerr
Hi Jamie, sounds familiar. You might also be interested in: https://github.com/fgrehm/vagrant-lxc which is conceptually more similar to your original approach with nested VMs https://github.com/tknerr/bills-kitchen which shows another approach on how you can bundle development environment for W

Re: [vagrant-up] Specify Static IP for Docker Container?

2014-10-08 Thread Jamie Jackson
Thanks a lot for the response, Alvaro, Let me throw a couple things at you: I normally do all my work in a Linux VirtualBox guest within my (company-supplied) Windows host. I'd prefer to have a Linux host, but it is what it is. I needed to create a consistent development environment to share w

Re: [vagrant-up] Specify Static IP for Docker Container?

2014-10-03 Thread Alvaro Miranda Aguilera
Hello you need to glue 2 things. glue1, you can force to always use a proxy linux box, in that case your linux box will be the same as win or mac by default, a new vm will be fired up, and a docker container will run inside. the simple approach is just 1 vagrantfile for the docker, here you do

[vagrant-up] Specify Static IP for Docker Container?

2014-10-02 Thread Jamie Jackson
Hi Folks, I'm pretty new to Vagrant, but I managed to create a VirtualBox VM with an app stack and an auto-populated Maria DB, which I'll be able to share with other developers on the team just by giving them a directory with a Vagrantfile and included shell provisioner scripts. Just today, I