Torben Knerr
Torben Knerr
Why? - not sure if anyone really uses it - always forget to align it with set-env.bat - it's not tested at all and I honestly can't support it If...
Continuation of the earlier work in #100 and #110 TODO: - [x] detection of remote docker host via `DOCKER_HOST` env var - [ ] config option to disable remote docker...
WIP - nothing working yet Boot2docker is deprecated and to be replaced by docker-machine. See here: https://github.com/docker/machine/blob/master/docs/migrate-to-machine.md https://github.com/docker/machine/blob/master/docs/drivers/virtualbox.md
...going to remove this, unless someone needs it (and we can always restore it later if needed...)
Why? - I just ran `bundle install` in vagrant-berkshelf, which cause vagrant to be bundle-installed from a git source. - This caused `W:\home\.chefdk\gem\ruby\2.0.0\bin\vagrant.bat` to be added / created and this...
This is trying to keep everything local to the devpack... Caveat: once you unmount the devpack that path does not exist anymore. Thoughs: - maybe we should clean up in...
Don't do this: https://github.com/tknerr/bills-kitchen/blob/master/Rakefile#L155-160 Monkey patch it instead via an additional plugin, e.g. like here: https://github.com/WinRb/vagrant-windows/blob/758c4c825d8e9594271cd164962b55c28fad799f/lib/vagrant-windows/plugin.rb
Todo's for the 3.0 final release: - [x] make recreate_dirs work again (57d07c1fb3127cf959a2300bba8a91b24759cca2) - [x] vagrant docker remote host patch: fix multi-vm portforwarding issue (#110) - [ ] cache baseboxes...
We should not need to download the baseboxes for running the acceptance tests every time. Let's cache it somewhere, e.g. in target/cache and import them before running the acceptance tests....
...not sure if that would work on Windows, but we could give it a try at least: http://blogs.perl.org/users/smylers/2011/08/ssh-productivity-tips.html