mitchellh / boot2docker-vagrant-box

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

Moving to b2d 0.9.1 #49

Closed dduportal closed 10 years ago

dduportal commented 10 years ago

Built and tested :

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Couldn't find Cheffile at ./Cheffile.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 4243 => 4243 (adapter 1)
    default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: docker
    default: SSH auth method: private key
    default: Warning: Connection timeout. Retrying...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
    default: No guest additions were detected on the base box for this VM! Guest
    default: additions are required for forwarded ports, shared folders, host only
    default: networking, and more. If SSH fails on this machine, please install
    default: the guest additions and repackage the box to continue.
    default: 
    default: This is not an error message; everything may continue to work properly,
    default: in which case you may ignore this message.
$ vagrant ssh
                        ##        .
                  ## ## ##       ==
               ## ## ## ##      ===
           /""""""""""""""""\___/ ===
      ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ /  ===- ~~~
           \______ o          __/
             \    \        __/
              \____\______/
 _                 _   ____     _            _
| |__   ___   ___ | |_|___ \ __| | ___   ___| | _____ _ __
| '_ \ / _ \ / _ \| __| __) / _` |/ _ \ / __| |/ / _ \ '__|
| |_) | (_) | (_) | |_ / __/ (_| | (_) | (__|   <  __/ |
|_.__/ \___/ \___/ \__|_____\__,_|\___/ \___|_|\_\___|_|
boot2docker: 0.9.1
             master : c1e798c - Thu May 15 02:57:13 UTC 2014
docker@boot2docker:~$ docker run debian:jessie cat /etc/debian_version
Unable to find image 'debian:jessie' locally
Pulling repository debian
4bd7c3e53dc0: Download complete 
511136ea3c5a: Download complete 
0e1b518d11d4: Download complete 
jessie/sid
mitchellh commented 10 years ago

LGTM. Thanks

johnjelinek commented 10 years ago

@mitchellh how do I pull this version from Vagrant cloud? I'm still getting v0.8.0

Ephemera commented 10 years ago

@johnjelinek mitchellh's boot2docker box is still 0.8.0. So you should build your own box and upload to vagrantcloud. Or just find 0.9.1 box at vagrantcloud.