Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

create hangs forever on OSX #1801

@kopiczko

Description

@kopiczko

Hey,

OSX: 10.10.5

~/org ❯❯❯ docker-machine --version
docker-machine version 0.4.1 (e2c88d6)

~/org ❯❯❯ VBoxManage --version
5.0.0r101573

I was trying to upgrade from boot2docker to docker-machine. I had removed boot2docker and docker (installed with brew), and removed ~/.docker directory.
When I try to create new default machine:

~/org ❯❯❯ docker-machine create  --driver virtualbox default
Creating CA: /Users/pawel/.docker/machine/certs/ca.pem
Creating client certificate: /Users/pawel/.docker/machine/certs/cert.pem
Image cache does not exist, creating it at /Users/pawel/.docker/machine/cache...
No default boot2docker iso found locally, downloading the latest release...
Downloading https://github.com/boot2docker/boot2docker/releases/download/v1.8.1/boot2docker.iso to /Users/pawel/.docker/machine/cache/boot2docker.iso...
Creating VirtualBox VM...
Creating SSH key...
Starting VirtualBox VM...
Starting VM...

docker-machine ls output (asks me for password):

~/org ❯❯❯ docker-machine ls
Password:
Password:NAME      ACTIVE   DRIVER       STATE     URL   SWARM
default            virtualbox   Timeout

I also see 'Password:' prompt in Docker Quickstart Terminal:

screen shot 2015-09-03 at 19 50 27

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions