Giter Site home page Giter Site logo

Comments (6)

trinitronx avatar trinitronx commented on August 19, 2024 2

For those that just need docker working...

The current workaround that works for me is to not use boot2docker and instead use the latest unreleased HEAD for docker-machine via Homebrew:

$ brew update
$ brew install --HEAD docker-machine
$ docker-machine  -v
docker-machine version 0.4.0-dev (HEAD)
$ docker-machine create -d virtualbox boot2docker
$ eval $( docker-machine env boot2docker )
$ docker version
Client version: 1.7.0
Client API version: 1.19
Go version (client): go1.4.2
Git commit (client): 0baf609
OS/Arch (client): darwin/amd64
Server version: 1.7.0
Server API version: 1.19
Go version (server): go1.4.2
Git commit (server): 0baf609
OS/Arch (server): linux/amd64

from boot2docker-cli.

dpaola2 avatar dpaola2 commented on August 19, 2024

Also experiencing this issue.

from boot2docker-cli.

tianon avatar tianon commented on August 19, 2024

See also boot2docker/boot2docker#979 for more discussion of the issue and #373 for discussion of a concrete fix.

from boot2docker-cli.

tianon avatar tianon commented on August 19, 2024

Also of note is that docker/machine#1496 already fixed this in docker-machine, and if you haven't given docker-machine a try yet, you probably want to since it'll be the de-facto way to use boot2docker in the near future.

from boot2docker-cli.

nickfan avatar nickfan commented on August 19, 2024
$ brew update
$ brew install --HEAD docker-machine
$ docker-machine  -v
docker-machine version 0.3.0 (HEAD)

now we got docker-machine 0.3.0 from brew today

and run

docker-machine --debug create -d virtualbox boot2docker

still got error:

VBoxManage: error: Unknown option: --synthcpu

from boot2docker-cli.

iammichiel avatar iammichiel commented on August 19, 2024

The issue was corrected in 0.3.1-RC1. You will have to update again :

$ brew update
$ brew install --HEAD docker-machine
$ docker-machine  -v
docker-machine version 0.3.1 (HEAD)

from boot2docker-cli.

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.