Giter Site home page Giter Site logo

Comments (8)

miketheman avatar miketheman commented on September 23, 2024

👍

from boot2docker-vagrant-box.

sennerholm avatar sennerholm commented on September 23, 2024

As I read the code it's only to change:

B2D_URL="https://github.com/boot2docker/boot2docker/releases/download/v1.2.0/boot2docker.iso"

to

https://github.com/boot2docker/boot2docker/releases/download/v1.3.0/boot2docker.iso

in build-iso.sh.

And build it, but I have newer built a box before :-)

from boot2docker-vagrant-box.

lcamacho avatar lcamacho commented on September 23, 2024

I did the same but as soon as vagrant try to connect to this new image it keeps saying that it can't connect, maybe because this version of docker uses some kind of security to be able to connect.

from boot2docker-vagrant-box.

sennerholm avatar sennerholm commented on September 23, 2024

Hmm, that's an ssh connection if I remember it right, something wrong with the password? If I remember it right packer sets it.

from boot2docker-vagrant-box.

lcamacho avatar lcamacho commented on September 23, 2024

When you start boot2docker 1.3 it recommends you to set this in your enviroment to be able to connect:
export DOCKER_TLS_VERIFY=1
export DOCKER_HOST=tcp://192.168.59.103:2376
export DOCKER_CERT_PATH=/Users/user/.boot2docker/certs/boot2docker-vm

I dont know if theres a way to set this in vagrant or maybe the way to go is disabling TLS all together

from boot2docker-vagrant-box.

sennerholm avatar sennerholm commented on September 23, 2024

Those variables shouldn't affect the ssl connection to the boot2docker vm. Trying to set up the same stuff on my laptop, but it takes some time on a train.

from boot2docker-vagrant-box.

sennerholm avatar sennerholm commented on September 23, 2024

Hi

Icamacho, I got it working, try my diffs in #66 and let me know if it works for you.

Sincerely
Mikael

from boot2docker-vagrant-box.

sennerholm avatar sennerholm commented on September 23, 2024

I can't find an updated box when I try with

vagrant box update --box mitchellh/boot2docker

Do you need to do a release for making it aviable? I have added the box I built to dropbox and it's aviable with:

config.vm.box = "sennerholm/boot2docker"
config.vm.box_url = "https://dl.dropboxusercontent.com/u/6816236/boot2docker_virtualbox.box"

Sincerely
Mikael

from boot2docker-vagrant-box.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.