You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
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: