mitchellh / boot2docker-vagrant-box

Packer scripts to build a Vagrant-compatible boot2docker box.
425 stars 183 forks source link

Now works with boot2docker 1.3.0 on virtualbox (not tested with other pr... #66

Closed sennerholm closed 10 years ago

sennerholm commented 10 years ago

Hi!

Now works with boot2docker 1.3.0 on virtualbox (not tested with other providers).

Should close #65

I have the following in my vagrantfile wish the docker providers use:

 config.vm.provider "virtualbox" do |v|
    # On VirtualBox, we don't have guest additions or a functional vboxsf
    # in TinyCore Linux, so tell Vagrant that so it can be smarter.
#    v.check_guest_additions = false
#    v.functional_vboxsf     = false
    v.customize ["modifyvm", :id, "--memory", "4096"]
  end

Sincerely Mikael

mitchellh commented 10 years ago

LGTM. Thanks.

johnraz commented 10 years ago

FTR: tested on vmware_fusion and works as expected.

sennerholm commented 10 years ago

How does the build process works now? When will the updated box be aviable for download?

238855 commented 9 years ago

+1