-
Notifications
You must be signed in to change notification settings - Fork 183
Update to 1.3.1 #75
Comments
👍, docker is already at 1.4.0. |
1.5.0 is out now |
Hi, just checking in to see if either I'm clueless or this problem indeed persists. I'm running vagrant Vagrant is using the default pointing my
I've tried deleting the box file I really like vagrant and it's tao/zen/etc, but this is a major issue for me, as it renders my local docker cli useless. Is the issue really that the box's version is out of date (which could be fixed by a simple update/push by @mitchellh ?), or am I missing something? |
Because this box is always woefully behind, I would recommend that you all just use yungsang/boot2docker, or else get used to building your own up-to-date version of this box by following the Packer instructions in the README. Vagrant has a built-in # Override Vagrant's default Docker host VM that uses mitchellh/boot2docker box
config.vm.provider "docker" do |d|
d.vagrant_vagrantfile = "./dockerhost/Vagrantfile"
end Then, create
If there's an appropriate place to document these steps in more detail than they're already covered by the provider doc linked above, I'll be happy to whip up a doc PR. Mitchell's a busy guy. I wish he'd find a way to enable some others to keep this box up-to-date since it's a default in Vagrant core (and give some love to vagrant-aws, but don't get me started…). |
awesome, thanks @ches for the tips! I agree, having those instructions in Vagrant's docs would be super helpful. Since leaving that comment, I've switched to Docker Machine for all of my docker-related VM/host management needs. Machine has been a wonderful tool for me so far, and I'd suggest it to anyone encountering these issues. That said, I really do appreciate Vagrant. I use it for all of my non-docker VM management needs, and will be keeping tabs on this so I can switch back once doing so is more practical. |
I will also draw attention to Dinghy: https://github.com/codekitchen/dinghy Built as a derivative of this project with boot2docker. As of this writing it's @ 1.7.0 and is a very easy deploy to get it up and running. Wish I had found that yesterday - would have saved me hours. |
Or you can just:
It's not that complicated. |
Hi,
Thanks for providing this. Works great. Wondering if you will be upgrading to support 1.3.1 any time soon.
The text was updated successfully, but these errors were encountered: