boot2docker-vagrant-box icon indicating copy to clipboard operation
boot2docker-vagrant-box copied to clipboard

Packer scripts to build a Vagrant-compatible boot2docker box.

Results 12 boot2docker-vagrant-box issues
Sort by recently updated
recently updated
newest added

I'm getting this error all of a sudden when running `vagrant up` My Vagrantfile: ``` ruby VAGRANTFILE_API_VERSION = "2" ENV['VAGRANT_DEFAULT_PROVIDER'] ||= 'docker' Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.ssh.insert_key = false config.vm.define "db"...

With VBox 4.3.8 & Vagrant 1.5.1 on Mavericks - Am running ``` vagrant init boot2docker https://github.com/mitchellh/boot2docker-vagrant-box/releases/download/v0.5.4-1/boot2docker_virtualbox.box vagrant up ``` I get the Kernel Panic error https://github.com/mitchellh/boot2docker-vagrant-box/issues/25, so I run ```...

It would be great to have a public Hyper-V build of the boot2docker Vagrant box. With built-in support for Hyper-V in Vagrant 1.5 and built-in support for Hyper-V in Windows...

Hi, Thanks for providing this. Works great. Wondering if you will be upgrading to support 1.3.1 any time soon.

Hi there, I destroyed the VM and after a vagrant up I still get a boot2docker vm with docker 1.2 inside. Do I have to wait until you bump the...

Hi, I tried to create a simple VM using `$ vagrant init mitchellh/boot2docker` and adding a shared folder, but it hangs during mounting: ``` $ vagrant up ==> default: Checking...

Here's a repost of https://github.com/mitchellh/vagrant/issues/5287 : I'm testing the docker provider using force_host_vm = true to instantiate a VirtualBox boot2docker VM on Linux (trying to test what would happen when...

Hi I am trying to boot a plain VM. ``` vagrant init mitchellh/boot2docker vagrant up ``` In the log file, after mounting without errors ``` INFO ssh: Execute: VBoxService --version...

Please, add the ability to automatically forward the exposed ports to the host. Let's say I'm using [dockerfile/elasticsearch](https://index.docker.io/u/dockerfile/elasticsearch/). Its [Dockerfile](https://github.com/dockerfile/elasticsearch/blob/master/Dockerfile) exposes ports 9200 and 9300. Here's the Vagrantfile I'm using:...

With Docker's script, it's `boot2docker stop` — `boot2docker download` — `boot2docker start`. It says that the VM's hard drive isn't affected. What's the way to do this with Vagrant? Vagrant...